Cider and Wine cause the player to fly away into the sky when Biomes O' Plenty is installed
Note to 17Cups: Make sure to give CrazedKitty1290 a shoutout in the patch notes for finding the cause of the bug.
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");
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:
It's nothing ;) I'm happy that I could help you with this issue ^^