Majrusz / MajruszLibrary

Library with common code for my Minecraft modifications.
8 stars 6 forks source link

"Regarding potential crashes when creating a new archive #19

Closed Tibsalta-IC closed 1 year ago

Tibsalta-IC commented 1 year ago

crash-2023-06-02_16.03.59-server.txt

The exception is thrown by line 41 of the LevelHelper.java file in the mod. Specifically, it is attempting to call the Level.m6436(net.minecraft.core.BlockPos) method on a null object.

Majrusz commented 1 year ago

Thanks for the report, I have fixed that e2659c200c8405bfc4d5777754aa2ce633f6b4a1, within next few days I will release 4.1.0 with that fix included and then I will close this issue