impleri / block-skills

MIT License
0 stars 1 forks source link

Incompatability with Farmer's Delight when registering any block skill event #31

Open stooop opened 1 year ago

stooop commented 1 year ago

I'm getting a KubeJS error when using Farmer's Delight and attempting to register any kind of block skill: Error occurred while handling event 'BlockSkillEvents.register': java.lang.NullPointerException: Cannot invoke "net.minecraft.class_2960.toString()" because "value" is null See the full stack trace in the KubeJS server log below.

Minecraft version: 1.19.2 Fabric Player Skills version: 1.12.0 Block Skills version: 1.5.2 Farmer's Delight version: 1.3.9 KubeJS Log

impleri commented 1 year ago

This is Farmer's Delight (Fabric) problem as they don't expect nulls which are valid values in Java. Minecraft registeries use the null value to get the "default" whatever for that registry.