1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-06-30 22:24:22 -03:00
Commit Graph

88 Commits

Author SHA1 Message Date
Dylan T
b55c298c70
Update README.md 2022-07-02 15:15:10 +01:00
Dylan K. Taylor
8e31b082a9
Added mapping table of blockstate runtime ID -> meta value
this is needed for crafting
I ended up going for this instead of directly altering canonical_block_states for the sake of minimizing impact to stuff like the mod, block palette archive, and PM itself.
2022-07-02 15:09:51 +01:00
Dylan K. Taylor
13be80876e
Update block palette to include meta values for crafting inputs conversion 2022-06-30 23:20:10 +01:00
Dylan K. Taylor
2e0b685b45
Remove r16_to_current_item_map
this is superseded by BedrockItemUpgradeSchema
2022-06-08 14:58:36 +01:00
Dylan K. Taylor
a3e9a3eff3
Remove item_id_map.json
this file is no longer actively maintained and is only required for legacy data upgrading.
2022-06-08 14:54:55 +01:00
Dylan K. Taylor
8a35e8b857
Merge branch 'master' into modern-world-support 2022-06-08 13:46:07 +01:00
Dylan K. Taylor
d59a02f9c9
Add generated JSON of command arg types 2022-06-08 01:51:02 +01:00
Dylan K. Taylor
3c65a3197d
Branch-specific 1.19.0 changes 2022-06-07 17:24:29 +01:00
Dylan K. Taylor
766db5a1f5
Merge branch 'master' into modern-world-support 2022-06-07 17:24:18 +01:00
Dylan K. Taylor
e654d0a6e5
Updated from 1.19.0 2022-06-07 17:20:20 +01:00
Dylan K. Taylor
5f94ed0af2
Branch-specific stuff for 1.18.30 2022-05-12 15:21:14 +01:00
Dylan K. Taylor
bcb6ae58f9
Merge branch 'master' into modern-world-support 2022-05-12 15:12:25 +01:00
Dylan K. Taylor
c8f323ff0c
Updated from 1.18.30 2022-04-20 13:40:59 +01:00
Dylan K. Taylor
318f38f382
Updated r16_to_current_block_map with new generation method
this now uses a new method to extract data, which is simpler and provides more complete data.
2022-04-12 23:53:45 +01:00
Dylan K. Taylor
81ae4884b7
cleaning house 2022-02-22 22:14:53 +00:00
Dylan T
506d591382
composer.json: update to reflect relicensing under CC0 2022-02-22 16:27:30 +00:00
Dylan T
fa25608bae
Relicense under CC0 2022-02-22 16:25:15 +00:00
Dylan T
9b5c710edf
Delete LICENSE 2022-02-22 16:24:38 +00:00
Dylan K. Taylor
8967a37719
Added 1.12 item ID -> block ID mapping table (for legacy blockitem deserialization)
for 1.6-1.8 (and all PM) we need to lookup the appropriate blockstate data using the ID + meta, for which we need to know the possible IDs for such versions and what their corresponding blockIDs were (they aren't always the same).
2022-02-16 00:21:51 +00:00
Dylan K. Taylor
34f3682afc
added mapping tables for dealing with item ID mapping 2022-02-14 18:12:01 +00:00
Dylan K. Taylor
b6ffd9dc61
Improved density of type tag info 2022-02-11 20:20:39 +00:00
Dylan K. Taylor
6b1dd536d3
Manually removed bogus upgrade mapping for double_stone_slab2
this looks like a bug in vanilla.
2022-02-11 19:43:14 +00:00
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
42298c194b
Merge branch 'master' into experimental/upgrade-tables 2022-02-08 22:24:32 +00:00
Dylan K. Taylor
e98c511584
Updated from 1.18.10 2022-02-08 19:13:47 +00:00
Dylan K. Taylor
747359be18
Removed mapping_schema_ prefix 2022-02-05 16:34:56 +00:00
Dylan K. Taylor
147ffd6ddd
Remove NBT state mapping tables 2022-02-04 19:43:44 +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
Dylan K. Taylor
be342b7525
feat: added generated blockstate mapping tables for upgrading stored world blockstates 2022-01-30 02:32:20 +00:00
Dylan T
bd75689119
Document newly added files 2022-01-07 16:20:31 +00:00
Dylan K. Taylor
72a9b79a8b
Added LevelSoundEvent and Particle ID maps from mapping mod 2022-01-06 22:15:01 +00:00
Dylan K. Taylor
482c679aa5
Updated from 1.18.0 2021-11-30 18:30:46 +00:00
Dylan K. Taylor
48895c38f9
Always use LF for JSON files 2021-11-30 18:19:22 +00:00
Dylan T
22400c1e06
fix example link for master 2021-11-10 00:54:34 +00:00
Dylan K. Taylor
f29b7be8fa
Updated from 1.17.40 2021-10-19 17:55:41 +01:00
Dylan K. Taylor
19569dd729
Updated from 1.17.30 2021-09-21 21:34:59 +01:00
Dylan K. Taylor
5f11689a10
Added biome ID mapping table 2021-07-23 21:10:08 +01:00
Dylan K. Taylor
21ec07f14e
Updated from 1.17.10
again, this doesn't include creative or crafting data due to data mapping difficulties.
2021-07-09 19:26:45 +01:00
Dylan K. Taylor
94cae0f20c
Added composer.json 2021-06-30 12:08:00 +01:00
Dylan K. Taylor
04c846c5f9
Updated from 1.17.0
this doesn't include creative inventory or crafting recipe updates
because of changes to how these are represented on the wire - they are
troublesome to translate now, so for now we're sticking with the older
stuff.
2021-06-08 19:31:00 +01:00
Dylan K. Taylor
2644233b43
required_item_list: sort alphabetically 2021-06-04 17:27:48 +01:00
Dylan K. Taylor
989e02a631
Updated from 1.16.210 2021-03-12 00:06:46 +00:00