Cristelknight999 / Cristel-Lib

A Library Mod for Structure configs
2 stars 1 forks source link

Minecraft crashes when clicking on a single player. #22

Open kkawp opened 3 weeks ago

kkawp commented 3 weeks ago

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) ...

kkawp commented 3 weeks ago

testing in win10 pro version 22h2 API fabric game version: 1.20.6 mod version: 1.2.5