Incompatibility with Litematica
MeeniMc opened this issue ยท 2 comments
Summary:
Game crashes when loading a Litematica schematic that contains Zombified Piglin entities (holding enchanted swords)
Replication steps:
- Have Litematica (versions in the log)
- Have a resource pack that changes weapon items
- Load a schematic that contains mobs with enchanted weapons (in my case, Zombified Piglins with gold swords).
- Game crashes (see log)
Full log:
(albeit theoretically) This is already fixed in the rewrite.
The rewrite doesn't cast down the world to a ClientWorld
anymore so any World
implementation should work (WorldSchematic
).
I'll test it later to make sure it is fixed.