Azanor / Baubles

A mod api that adds 7 bauble slots to the players inventory.
https://minecraft.curseforge.com/projects/baubles
158 stars 116 forks source link

Exception in server tick loop #327

Open GhostFire90 opened 4 years ago

GhostFire90 commented 4 years ago

at baubles.api.BaublesApi.getBaublesHandler(BaublesApi.java:20) Im developing an addon mod for thaumcraft and i needed to check if a player has a certain bauble equipt and I tried using isBaubleEquipt but that caused the same error. at baubles.api.BaublesApi.getBaublesHandler(BaublesApi.java:20) at baubles.api.BaublesApi.isBaubleEquipped(BaublesApi.java:41)

I have nothing in the dev space except Thaumcraft 6 and the latest baubles (I am deobfing them on build) and the latest version of forge, please help