1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-07 19:45:53 -03:00
Commit Graph

11 Commits

Author SHA1 Message Date
Dylan K. Taylor
454fb9d725
Regenerate schemas including 1.16.0 beta versions
this includes some changes that weren't covered by the handwritten schema, such as some types of cobblestone_wall getting remapped.
2022-02-10 13:11:22 +00:00
Dylan K. Taylor
1d96dd836a
Improved remappedPropertyValues format, removed a ton of repeated data 2022-02-09 21:52:48 +00:00
Dylan K. Taylor
607e4766c9
Added remapped states entries for 1.10 and 1.12 2022-02-09 19:48:12 +00:00
Dylan K. Taylor
fe72d9078d
Added (incomplete) schemas for 1.9, 1.10 and 1.12
we need these for upgrading itemstacks.
2022-02-09 18:59:08 +00:00
Dylan K. Taylor
747359be18
Removed mapping_schema_ prefix 2022-02-05 16:34:56 +00:00
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