Wabbit0101 / mods_hoardercraft

Wild and wacky ways to hoard ALL the loot (crops, food, materials, gems, etc.) you generate in Minecraft!
GNU General Public License v3.0
11 stars 4 forks source link

[Styled Blocks] Failed to load world/Failed to load datapacks #127

Closed Blatts12 closed 3 years ago

Blatts12 commented 3 years ago

Failed to load datapacks, can't proceed with server load java.lang.IllegalStateException: Failed to load world

I added Styled Blocks to Enigmatica 6 and i can't load my world.

error debug.log

Wabbit0101 commented 3 years ago

I can put in code to workaround this but the core issue is here: cofh.thermal.core.event.TCoreCommonSetupEvents.idRemap(TCoreCommonSetupEvents.java:86)

This is calling items to get their burnTimes before tags have been loaded. JEI just fixed similar issue.

Wabbit0101 commented 3 years ago

Try the lastest beta4 and reopen if you're still having issues. Don't forget to use the latest CarrotsLib as well (that's where the workaround exists.)