-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] How to add new potion effects #39
Comments
Hi I'll look at adding it in the future, it probably won't be for a while (perhaps months :( ) depending on what other things I'm working on. If in the meantime you get potions working yourself, please let me know and we can incorporate it into the tutorial... Cheers |
Ah, I actually did just manage to get it working by looking at the source code of other mods like Extra Utilities 2 and Immersive Engineering! Mod repository: |
Not sure if it works yet, but jackokring/MinecraftMod repo. I made a potion item with parent Minecraft:potion and the added custom potion info. I wasn't expecting to change the effect beyond duration, and custom allows for colouring bottle. Then just added it as a crafting result. Not yet sure how the brewery works, so ... More into redstone at the moment from the ground up. |
How to add new potion effects. There are a lot of examples of this being done in other mods but not really any tutorial resources on it, to my knowledge. It might help me and others to have it, if you think it's a good idea.
The text was updated successfully, but these errors were encountered: