Uses modern Minecraft item component syntax (1.20.5+). On older versions these need the legacy NBT tag format instead.

How to Use the Suspicious Stew Generator

  1. Pick a target selector (defaults to @p, the nearest player).
  2. Choose a status effect from the dropdown.
  3. Set the duration in ticks (20 ticks = 1 second).
  4. Copy the generated /give command.

Syntax Reference

Suspicious stew carries a suspicious_stew_effects item component, a list of effect entries with an id and a duration in ticks:

/give @p minecraft:suspicious_stew[suspicious_stew_effects=[{id:"minecraft:speed",duration:100}]]

Common effect IDs include minecraft:speed, minecraft:slowness, minecraft:haste, minecraft:jump_boost, minecraft:regeneration, minecraft:resistance, minecraft:fire_resistance, minecraft:water_breathing, minecraft:invisibility, minecraft:night_vision, minecraft:weakness, minecraft:poison, minecraft:blindness, minecraft:saturation, and minecraft:nausea – these map to the flowers you’d naturally craft the stew from. Remember duration is in ticks: 100 ticks is 5 seconds, 200 is 10 seconds, and so on.

Frequently Asked Questions

How do you normally make suspicious stew survival-side?

Craft a bowl with a mushroom (red or brown) and any flower in a crafting grid. Each flower species corresponds to a fixed effect – for example a dandelion gives Saturation, a poppy gives Night Vision, and an allium gives Fire Resistance – so the natural recipe always has a set duration and effect per flower, unlike this generator which lets you pick any effect/duration pair freely.

Does eating suspicious stew fill hunger like a normal food item?

Yes – it restores 6 hunger points and 7.2 saturation on top of applying its status effect, same as most cooked foods, and it’s eaten in one bite rather than multiple bites like most other food.

Can suspicious stew apply a harmful effect like Poison?

Yes – naturally, a wither rose gives Poison, so a stew crafted with one carries that negative effect; this generator can attach any effect from the list, harmful or beneficial, to the stew you give.

Does the stew stack in an inventory?

No – suspicious stew has a max stack size of 1, regardless of what effect or duration it’s carrying, so each bowl occupies its own inventory slot.

Related Tools