Jump to content

Making a recipe for the Brewing Stand


EnvyingGolem47

Recommended Posts

I want to make a recipe for my new potion. The potion appears in game and the affect does what I want it to do. The only problem is that the recipe doesn't work.

 

I have been told to use this code to make it register, (I have the function called in the pre-initialization phase)

 

    private static void registerPotionMixes()
    {
        PotionHelper.addMix(PotionTypes.AWKWARD, ModItems.TWINE, PotionInit.TWINE_RUM);
    }

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.