Modern Industrialization

Modern Industrialization

12M Downloads

Seeming compatibility issue with Cold Sweat

Closed this issue ยท 2 comments

commented

MI: 2.3.9

Momo-Softworks/Cold-Sweat#553

The Hearth block from Cold Sweat creates a temperature controlled area that keeps players from freezing/burning up. For some reason, when I place any MI machine in that working area, the world closes out. Logs are linked in their github and I expect this is fully on their side. Just wondering if you can take a look at the crash and double check that nothing goofy is happening on MI's side.

  | java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.block.state.BlockState.getCollisionShape(net.minecraft.world.level.BlockGetter, net.minecraft.core.BlockPos)" because the return value of "com.momosoftworks.coldsweat.api.event.vanilla.BlockStateChangedEvent.getOldState()" is null -- | --
commented

Probably a Cold Sweat issue from the crash log. Seems like MI is only requesting a chunk remesh and this is enough to cause problems.

commented

Looks like the issue was resolved on Cold Sweat's end.