Energy Nodes

Energy Nodes

1.8k Downloads

Crash on load

Leonime opened this issue ยท 3 comments

commented

For some reason it's crashing on load, I though it was a mod conflict but, it also crashed on a minecraft instance with only mekanism installed.
debug.log
latest.log

commented

What immediately jumps out to me is that you're using Forge 40.1.30, while I compiled against 40.0.80. This likely means something changed in the forge API where a method went missing with how Registries are registered. Does MC crash with just Forge and Energy Nodes installed? I'll update the forge I'm building against a bit later today.

commented

Looks like you're right, it did crash with just forge installed.
debug.log
latest.log

commented

It turns out that forge did more than just change the registration aspect. Something about my tile entities NBT is not persisting between world loads, so I'll have to take more time to fix that up before a proper release to 1.18.2 can be made. So for now I guess this mod is stuck at 1.18.1 until I can fix this NBT issue...