lazyMods / baubles

1.14.4/1.15.2 Version of @Azanor BaublesAPI Mod
9 stars 5 forks source link

Problem when adding API to mod project #4

Closed NightOwlGoob closed 4 years ago

NightOwlGoob commented 4 years ago

Hi, apologies if I might be doing something wrong, but when I add Baubles as a dependency to my mod project through my build.gradle, I get this error when Minecraft launches.

[08Jun2020 17:22:48.023] [modloading-worker-1/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: 'void net.minecraft.client.gui.ScreenManager.func_216911_a(net.minecraft.inventory.container.ContainerType, net.minecraft.client.gui.ScreenManager$IScreenFactory)'

If you could offer any assistance or explanation, I'd really appreciate it. This is my first mod and I don't know any of the intricacies of modding yet so I'm not sure whether I'm at fault or there is a problem. Thanks!

If you need any other information I can provide it. latest.log

NightOwlGoob commented 4 years ago

nevermind, was my own mistake