Monocle not working with new Bauble slot
maxhenkes opened this issue ยท 2 comments
The monocle stopped working with the Bauble slot rework.
I believe your hasMonocle method is only checking the old 3 slots
public static boolean hasMonocle(EntityPlayer player) { for(int i = 0; i < 4; i++) { ItemStack stack = BaublesApi.getBaubles(player).getStackInSlot(i);
i < 4 should be 7 now with the new slots.
God dammit you post this right after I make a build. Thanks, I'll make another to fix it :v