Table of Contents

minecraft:suspicious_effect_ingredient

The minecraft:suspicious_effect_ingredient item component allows this item to be used as an ingredient in the Suspicious Stew recipe.

Fields

Name Description Type Default Value
effects The effects to apply to a Suspicious Stew. A list of stew effects

Example

{
  "effects": [
    {
      "id": "minecraft:saturation",
      "duration": 140
    }
  ]
}

Stew Effects

An effect that should be applied to a Suspicious Stew crafted with this ingredient. This effect always has an amplifier of 0.

Fields

Name Description Type Default Value
id The Effect. An effect
duration The duration of the effect in ticks. An optional integer 160

Example

{
  "id": "minecraft:saturation",
  "duration": 140
}