Deeper and Darker

Deeper and Darker

25M Downloads

caused by a ClassCastException in the SculkSnapperEntity.tick()

jaynotgay opened this issue ยท 1 comments

commented

Mod Version 1.19.2

Mod Loade: /fabric/

Description:
The crash report indicates that the issue is caused by a ClassCastException in the SculkSnapperEntity.tick() method from the deeperdarker mod. The problematic line is SculkSnapperEntity.java:130.

It seems that the mod is trying to cast a net.minecraft.util.registry.RegistryKey object to a java.util.List, which is not allowed.

To Reproduce
Steps to reproduce the behavior:

  1. Go to deeperdarker
  2. taim SculkSnapperEntity
  3. Scroll down to '...'
  4. See error
    https://mclo.gs/VM0UnwP
commented

Should be fixed