FramedBlocks

FramedBlocks

45M Downloads

[Bug]: Textures disappear after Minecraft update

Aviator737 opened this issue ยท 3 comments

commented

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.

1.19.3

1.16.5

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

commented

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.

commented

Why would you not include this in the patch notes?

commented

My assumption at the time was that it's a well known fact that modded worlds rarely survive major version updates since, once again, major version updates are the only time where we can actually safely make breaking changes like that.