Amulet-Map-Editor
Amulet-Map-Editor copied to clipboard
Java 1.8 sign text is lost
To Reproduce: 1.Create the 1.17.1 world and place the sign to write the content 2.convert to 1.8.9 world
Screenshots:
1.17
to 1.8
Desktop:
- OS: Windows10
- Version: 0.8.12
It looks like this is an issue. The earliest version we support is 1.12
Newer game versions switched to a JSON string to store more complex data.
At this point it was a raw string like this TAG_String("\"\"")
Newer game versions switched to a JSON string to store more complex data. At this point it was a raw string like this
TAG_String("\"\"")
It seems that the 1.12 world can be directly used in 1.8, but there are some small problems, many Minecraft minigame servers are running on 1.8, can you add 1.8 support?