1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-07 19:45:53 -03:00
BedrockData/upgrade_schema/mapping_schema_0001_1.13.0_to_1.14.0.json
Dylan K. Taylor 12d693d31e
Added max version IDs to schema info
this allows us to limit which upgrade schemas get applied to any given blockstate.

This isn't ideal because they did not bump the blockstate version IDs every time they made a change, which means that some schemas will always be getting applied unnecessarily, which is pretty annoying.
2022-02-03 20:26:40 +00:00

12 lines
213 B
JSON

{
"maxVersionMajor": 1,
"maxVersionMinor": 15,
"maxVersionPatch": 0,
"maxVersionRevision": 0,
"renamedProperties": {
"minecraft:kelp": {
"age": "kelp_age"
}
}
}