The minecraft:suspicious_effect_ingredient
item component allows this item to be used as an ingredient in the Suspicious Stew recipe.
Name | Description | Type | Default Value |
---|---|---|---|
effects | The effects to apply to a Suspicious Stew. | A list of stew effects |
{ "effects": [ { "id": "minecraft:saturation", "duration": 140 } ] }
An effect that should be applied to a Suspicious Stew crafted with this ingredient.
This effect always has an amplifier of 0
.
{ "id": "minecraft:saturation", "duration": 140 }