1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-07 18:36:05 -03:00
Commit Graph

6 Commits

Author SHA1 Message Date
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
Dylan K. Taylor
a2b9964db1
fixed blockStateProperty subschema 2022-02-03 20:10:22 +00:00
Dylan K. Taylor
81937d7b2d
Removed unwanted keys (again) 2022-02-03 02:23:31 +00:00
Dylan K. Taylor
a68b825eae
Added 1.18.10 upgrade schema 2022-02-03 01:13:57 +00:00
Dylan K. Taylor
d2ccead6d0
Provide only one default value for added properties 2022-02-02 14:33:43 +00:00
Dylan K. Taylor
46c55d414a
added JSON schema describing how to upgrade each version's blockstates (generated) 2022-01-31 01:25:39 +00:00