[Bug]: Upgrading from Minecraft 1.18.2 to 1.19.2 causes the block data to be lost
Juliandev02 opened this issue ยท 6 comments
Minecraft version
1.19
Forge version
43.2.23
FramedBlocks version
6.8.4
Describe the bug
We updated our Create Train Server to 1.19.2.
Almost everything works fine, except that all the blockdata's from framedblock's blocks are gone.
It looks like this:
How to reproduce the bug
Upgrade from Minecraft Forge 1.18.2 (FramedBlocks 5.11.5) to 1.19.2 (FramedBlocks 6.8.4)
Expected behavior
That all blocks were like in 1.18 and without block data loss
Additional details
Crash log
No response
The update to 1.19.2 significantly changed the way the camo data is stored, mainly to make it easier to support special camos such as fluids. Due to the assumption that it was common knowledge that worlds can rarely, if ever, be carried over to a newer major version of Minecraft (since that is the only time mod developers can introduce breaking changes), I had not implemented a conversion path. Since trying to carry over worlds from older MC versions appears to be significantly more common than I expected, I'll add a conversion path to avoid the data loss.
Thanks!
But how can I use this "patch" for my server? @XFactHD
But how can I use this "patch" for my server?
Usually you would wait for the release of a new version containing the fix. I will have a release ready in a bit.
I will note that I can provide absolutely no support for custom builds, so if you run into any issues, then you are completely on your own.