[Crash] ClassCastException: class com.anthonyhilyard.iceberg.util.EntityCollector cannot be cast to class net.minecraft.server.level.ServerLevel
pietro-lopes opened this issue ยท 2 comments
Those are unsafe cast
Hi, thanks for the report and taking a look at the code as well. Strange, the clause the line before (if(world.isClientSide)
) should normally cover that, but I will add an explicit instanceof
check. Cheers,-