Jump to content

Is there a way to get Potion recipes?


UntouchedWagons

Recommended Posts

For my resource dumper mod I'll need to add support for potions. In a previous iteration I had to hard code due to how horrendously bad potions were handled in 1.7. However now, potion sub types are handled through NBT tags and getting all the subtypes actually works properly now. But is there a way for getting the potion recipes yet? How do mods add custom potions?

I like trains.

Link to comment
Share on other sites

ForgeRegistries.POTIONS

only stores the registered

Potion

s, e.g. Speed, Nausea, Haste.

ForgeRegistries.POTION_TYPES

stores the standard effects that can appear on potion items (e.g. Poison, Strong Poison, Long Poison), but potion items can also have any number of custom

PotionEffect

s on them.

 

I suggest you look at JEI to see how it finds every possible vanilla and modded brewing recipe.

 

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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