WerkRaum
WerkRaum
I tried that already, but as you said, it works only for part of the items. I was hoping that, as minecraft upgrades itself, there would be a translation table...
How does minecraft load a chest from a 1.12 map and convert it to 1.13? There must be an internal table that translates the old values to the new ones?...
@lintx how can I create a script that knows that `"id": 2257, "displayName": "Cat Disc", "name": "record_cat"` needs to be updated to `"id": 770, "displayName": "Music Disc", "name": "music_disc_cat",` without...
But where do you get this info from: ` 770:{ item_id:2267, ` How does the code know that the old 1.12 2267 is the same as 1.13 770?
Well, for one, I don't see the json in there that links `stained_glass:1` to `orange_stained_glass`. But much more in general terms, if the HTML in the wiki was the answer...
Do you have any idea where the conversion in the mineraft code takes place? Maybe I can get the rest done once I know where to look...
I found where it is but it's a part of the compiled code. So I would think this issue is not solvable. Much of the code's functions names are abstracted...
Of course I might be wrong, but from the class names it should most likely be net.minecraft.server.v1.13_R2.ChunkConverrter.Java (as found in spigot, not spigot-api)
Duplicate of https://github.com/nextcloud/news/issues/2037?
Same here on spigot 1.20.4 and Java 17.0.10 ``` [ProtocolLib] INTERNAL ERROR: Cannot load ProtocolLib. If this problem hasn't already been reported, please open a ticket at https://github.com/dmulloy2/ProtocolLib/issues with the...