Minecraft crashes when clicking on a single player.
kkawp opened this issue ยท 4 comments
The crash report indicates that the error is caused by a NullPointerException in the getPacks method of the BuiltInDataPacks class from the cristellib library. The exception occurs because the pack object is null. Here is the relevant part of the report:
java.lang.NullPointerException: Cannot invoke "net.minecraft.class_3262.method_14406(net.minecraft.class_3264)" because "pack" is null
at net.cristellib.builtinpacks.BuiltInDataPacks.getPacks(BuiltInDataPacks.java:41)
at net.fabricmc.fabric.impl.resource.loader.ModResourcePackCreator.handler$zje000$cristellib$loadPacks(ModResourcePackCreator.java:525)
...
testing in win10 pro version 22h2
API fabric
game version: 1.20.6
mod version: 1.2.5
Same issue with mod version 1,2.6 for 1.21 when opening the world creation screen.
It also prevents loading already made worlds.
Same issue with mod version 1,2.6 for 1.21 when opening the world creation screen. It also prevents loading already made worlds.
Same problem for me