Posted November 20, 20178 yr I have a potion base class: https://github.com/robmart/RPG-Mode/blob/master/src/main/java/robmart/rpgmode/common/potion/PotionBase.java And the potion class: https://github.com/robmart/RPG-Mode/blob/master/src/main/java/robmart/rpgmode/common/potion/PotionStrength.java Now my problem is that the code in PotionBase.renderHUDEffect doesn't run, the picture doesn't render and the print message isn't printed. The rest of the potion works fine.
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.