EvilCraft

EvilCraft

19M Downloads

org.cyclops.evilcraft.entity.monster.EntityVengeanceSpirit tried to access private field net.minecraft.world.entity.Entity.f_19793

sandalle opened this issue ยท 2 comments

commented

Issue type:

  • ๐Ÿ› Bug

Short description:

While walking around a new world, I got this crash:

java.lang.IllegalAccessError: class org.cyclops.evilcraft.entity.monster.EntityVengeanceSpirit tried to access private field net.minecraft.world.entity.Entity.f_19793_ (org.cyclops.evilcraft.entity.monster.EntityVengeanceSpirit is in module [email protected] of loader 'TRANSFORMER' @b32e983; net.minecraft.world.entity.Entity is in module [email protected] of loader 'TRANSFORMER' @b32e983)

Steps to reproduce the problem:

  1. I'm unsure, looks to be when a Vengeance Spirit tries to load/spawn.

Expected behaviour:

Not accessing a private field and causing a crash. ;)


Versions:

  • This mod: 1.20.1-1.2.23
  • Minecraft: 1.20.1
  • Forge: 1.20.1-47.0.35

Log file:

crash-2023-07-02_01.41.38-server.txt
And again later roaming around:
crash-2023-07-02_01.53.57-server.txt

commented

Thanks for reporting!

commented

Thank you for the quick fix! :)