Posted June 22, 201213 yr I have a problem. I created a custom potion effect and it works no problem. The only problem is that when the player saves the world and quit Minecraft, the next time the player joins the world the potion effect is "null" and crashes with null point exception. I think this is related with Minecraft not saving my custom potion effect and thus creating this problem. It only happens if the player leaves the world with the potion effect on. How I created the potion is basically have a class extend the Potion class and have my own potions with my own potion ID. I think the problem with this is that the potion doesn't get recognized when Minecraft reload as it doesn't load my potion and hence the null point exception. Any solution to this? http://calclavia.com/uploads/banner.png[/img]
June 22, 201213 yr Hmm, it probably needs to be registered somewhere, but no clue where, else the loader would not have it registered to link to...
June 23, 201213 yr Author Hmm, it probably needs to be registered somewhere, but no clue where, else the loader would not have it registered to link to... Is there any Forge hooks or registrations related to potions? http://calclavia.com/uploads/banner.png[/img]
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.