average-bread / morefeatures

Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

Incompatibility with "Better with Graves" mod #2

Open Zano1999 opened 4 months ago

Zano1999 commented 4 months ago

Incompatible with that mod: https://github.com/CitizenFoffie/BTAGraves

The game crash on startup with this error:

java.lang.IllegalArgumentException: Slot 2000 is already occupied by tile.btacfgraves.grave when adding vanilla.colored.glowstone at net.minecraft.core.block.Block.handler$zdc000$halplibe$addInfo(Block.java:1568) at net.minecraft.core.block.Block.(Block.java:65) at cursedbread.morefeatures.blocks.VanilaBlockColoredGlowstone.(VanilaBlockColoredGlowstone.java:20) at cursedbread.morefeatures.FeaturesMain.beforeGameStart(FeaturesMain.java:125) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at net.minecraft.client.Minecraft.handler$zdg000$halplibe$beforeGameStartEntrypoint(Minecraft.java:2442) at net.minecraft.client.Minecraft.startGame(Minecraft.java) at net.minecraft.client.Minecraft.run(Minecraft.java:738) at java.base/java.lang.Thread.run(Thread.java:833)

Bigjango13 commented 1 month ago

This is an ID overlap, and can be fixed in the config of either mod. Regardless, this should be fixed with my latest PR to the graves mod.