Started by 
DaRedBearYT
 on 
    Topic category: Help with Minecraft modding (Java Edition)
I have looked everywhere, and I can't find where to make the recipe. I assumed that it would make the recipe itself when you make the Sus Stew, but I cannot find where the recipe is anywhere. Can someone please help me?
https://minecraft.fandom.com/wiki/Suspicious_Stew#Obtaining
Each flower in the recipe has a different effect associated with the stew.
If you are talking about in MCreator, there is an element for it (click the + to expand the options) and either look for Recipe, or click R as it is the shortcut to creating one (if the + menu is expanded), then recreate the stew recipe as you'd like, make sure not to make it exactly the same (maybe use a different flower or custom one) as it will either override the vanilla Minecraft recipe or not show up.
In the Recipes, there is only one Suspicuous Stew, and when crafted, it does not have any effect; it's an empty Suspicuous Stew.
That's because of how the stew is coded, similar to potions the item is not what gives the effect, it's the data in it, If your goal is to add new recipes to create vanilla Minecraft stews It would probably be better to just recreate it as a custom item that looks and functions like the vanilla one, for your mod. And if you're looking to make your own sus stews with new or different effects you can do that as well.