[Bug]: Textures disappear after Minecraft update
Aviator737 opened this issue ยท 3 comments
Minecraft version
1.19
Forge version
1.16.5 - 36.2.39, 1.19.3 - 44.1.8
FramedBlocks version
1.16.5 - 2.16.2, 1.19.3 - 7.0.0
Describe the bug
Framed blocks are not filled with textures after minecraft version update.
How to reproduce the bug
Create world on 1.16.5, place some framed blocks and fill with texture.
Open the world on 1.19.3.
Expected behavior
Framed blocks are filled with textures.
Additional details
No response
Crash log
No response
This is expected behavior as I had to change the way this data is stored for technical reasons in the initial 1.19 update. Adding a migration system was not a viable option.
When you are updating modded worlds between major versions of Minecraft, you have to expect issues as these big version updates are basically the only times modders can safely make changes that can break worlds.