Still-Hungry icon indicating copy to clipboard operation
Still-Hungry copied to clipboard

Cider and Wine cause the player to fly away into the sky when Biomes O' Plenty is installed

Open 17cupsofcoffee opened this issue 11 years ago • 3 comments

Note to 17Cups: Make sure to give CrazedKitty1290 a shoutout in the patch notes for finding the cause of the bug.

17cupsofcoffee avatar Aug 09 '14 15:08 17cupsofcoffee

Detected the file that causes this bug : -> File StillHungry.java :

I applied this :

//BUG : ID Conflict with Biomes O Plenty //potionDrunkenness = (new PotionDrunkenness(32, false, 0)).setIconIndex(0, 0).setPotionName("potion.drunkenness"); potionDrunkenness = (new PotionDrunkenness(35, false, 0)).setIconIndex(0, 0).setPotionName("potion.drunkenness");

ghost avatar Oct 26 '14 22:10 ghost

Wow, it was just an ID conflict? I have been overthinking this hugely xD Thanks for the info, I'll get that fix applied soon :+1:

17cupsofcoffee avatar Oct 26 '14 22:10 17cupsofcoffee

It's nothing ;) I'm happy that I could help you with this issue ^^

ghost avatar Oct 26 '14 22:10 ghost