Probably should add an if (world.isRemote) return; check at the beginning of this...
java.lang.ClassCastException: net.minecraft.client.world.ClientWorld cannot be cast to net.minecraft.world.server.ServerWorld
at com.dainxt.dungeonsmod.handlers.EventsHandler.onEntityPlace(EventsHandler.java:238) ~[?:1.16.3-1.4.42] {re:classloading}
Probably should add an
if (world.isRemote) return;
check at the beginning of this...