Vessels spawned in 1.16 don't appear in 1.18 after loading
EDToaster opened this issue ยท 3 comments
We're waiting on forge PR (MinecraftForge/MinecraftForge/pull/8412) to fix this. Seems to be related to ChunkRenamesFix#renameField
and the fact that our entities don't have datafixers affixed to them.
Example fix:
https://github.com/ldtteam/minecolonies/blob/forge-dfu/src/main/java/com/minecolonies/coremod/MineColonies.java#L120
DFU the second has been closed, now tracking MinecraftForge/MinecraftForge#8501