Baubles - Reborn?

Baubles - Reborn?

849k Downloads

My game crash on dev env when I try to open the inventory

grillo78 opened this issue · 10 comments

commented

latest.log
I'm trying to do a baubles item but when I open the inventory my game crash, I tried to comment the code related to baubles and is the same

commented

No, this happen after add Baubles to the dev env

commented

Hummm. The problem is that on the log I cant see anything related to the Baubles Mod. How are you using the api or the dev.jar?

commented

Hmm, I can´t see why this is related to Baubles. Are you using IRenderBauble?

commented

sorry for the late reply, I couldn't enter to github yesterday, this is my build.gradle
(https://github.com/grillo78/BeyCraft/blob/master/build.gradle)

commented

Hmm. I'm at work now, could you try use the API jar instead on the release tab? Probably the jitpack.io jar isnt building properly. I need to test it when I arrive at home

commented

okay, I'll test

commented

I was able to do it with the deobf, for some reason the API doesn't load as library in IntelliJ

commented

Oh, thats weird

commented

For anyone else that runs into this problem in the future, this is how I ended up getting the Baubles dependency to work:
compile fg.deobf('com.github.lazyMods:Baubles:1.15.2-SNAPSHOT')

commented

For anyone else that runs into this problem in the future, this is how I ended up getting the Baubles dependency to work:
compile fg.deobf('com.github.lazyMods:Baubles:1.15.2-SNAPSHOT')

Thanks!