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

41 Commits

Author SHA1 Message Date
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
Dylan T
b9ea91f8da
[ci skip] make headers easier to see 2021-02-01 19:24:05 +00:00
Dylan T
471704c1d9
Update README.md 2020-12-23 20:43:52 +00:00
Dylan K. Taylor
4e58a3c67d Updated from 1.16.200 2020-12-08 20:27:41 +00:00
Dylan K. Taylor
14f4a765eb Updated from 1.16.100 2020-11-21 00:54:00 +00:00
Dylan K. Taylor
afc885ccca Updated from 1.16.20 2020-08-11 20:46:46 +01:00
Dylan K. Taylor
767676e2b9 recipes: sort into lexical order (indexed by json_encode(entry))
this makes diffing more reliable.
In the process of doing this I noticed that some recipes are duplicated, although they have different IDs. It needs to be investigated if these have some special ID-dependent behaviour.
2020-08-03 19:15:50 +01:00
Dylan K. Taylor
4435ae9ea0 Sort recipe entry members lexicographically ascending 2020-08-03 19:04:19 +01:00
Dylan K. Taylor
fe5ec63cc8 Restructured recipes.json to make it easier to parse
the root structure is now changed to a map of recipeType => recipe[]. This is easier to parse because the entries under a given type will always have the same structure, which means no type switches are necessary for parsing.
2020-08-03 18:59:36 +01:00
Dylan T
7c697f1293
README: removing grave quotes around headers 2020-08-03 17:11:06 +01:00
Dylan T
28aea994b1
Updated README to describe r12_to_current_block_map.bin structure 2020-08-03 17:08:08 +01:00
Dylan K. Taylor
43edcfde6b Updated from 1.16.0 2020-06-25 19:18:47 +01:00
Dylan K. Taylor
3566fbde10 recipes: ditch recipe_id field 2020-01-02 19:48:38 +00:00
Dylan K. Taylor
cc132c80dd block map: fixed metadata endianness 2019-12-11 20:18:18 +00:00
Dylan K. Taylor
1bda8f70e6 Updated from 1.14.0 2019-12-11 18:29:04 +00:00
Dylan T
0df4e593af
woops 2019-12-06 11:55:26 +00:00
Dylan T
12d65cc672
Update README.md 2019-12-06 11:54:48 +00:00
Dylan K. Taylor
a38b427888 Updated from 1.13
the r12 mapping table was generated by https://github.com/Frago9876543210/mapping
2019-12-06 11:21:56 +00:00
Dylan T
a64701b940
readme: maybe this is confusing people? ... 2019-11-16 11:11:08 +00:00
Dylan K. Taylor
b5a8c68c42 Updated from 1.12.0 2019-07-12 17:56:57 +01:00
Dylan T
6e2aaa6a16
Update README.md 2019-04-27 11:54:14 +01:00
Dylan K. Taylor
3715531466 Added entity ID table 2019-04-26 20:02:16 +01:00
Dylan K. Taylor
7d9cec8861 apparently this returns a relative path... 2019-04-25 20:02:09 +01:00
Dylan T
e9a2c28f8a
Update README.md 2019-04-25 18:06:31 +01:00
Dylan K. Taylor
917a8fc555 added block and item id tables 2019-04-25 17:56:25 +01:00
Dylan K. Taylor
0671886757 added required blockstates table 2019-04-25 17:44:12 +01:00
Dylan K. Taylor
d936a5c84f add a dot to hide script 2019-04-25 17:42:53 +01:00
Dylan K. Taylor
54434da41e add gitattributes 2019-04-25 17:41:04 +01:00
Dylan K. Taylor
8c84269e48 added a script to minify JSON for production builds 2019-04-25 17:39:15 +01:00
Dylan K. Taylor
8696a27a5d recipes: use string type ids instead of network shit
this allows us to treat all types of furnace recipes the same, and is also more readable.
2019-04-25 16:12:23 +01:00
Dylan T
44366c633f
Rename banner-patterns.json to banner_patterns.json 2019-04-25 10:02:53 +01:00
Dylan K. Taylor
268bfa763d Updated from 1.11.0 2019-04-24 18:35:21 +01:00
Dylan K. Taylor
33566f555f Updated from 1.10.0 2019-03-20 16:13:55 +00:00
Dylan K. Taylor
c12235c30f Added banner patterns JSON data from 1.9.0 2019-03-01 11:59:13 +00:00
Dylan K. Taylor
90c5fcd4ab Updated from 1.9.0
we need to establish a clear policy on what to do about EDU things, since they are included in here too.
2019-02-08 13:35:49 +00:00
Dylan K. Taylor
b9247957da Updated from 1.8.0 2019-01-20 16:52:48 +00:00
Dylan K. Taylor
4b0bcd0e52 Updated from 1.6.1 2018-09-26 19:54:25 +01:00
Dylan K. Taylor
0c00c4f3b9 Added creative inventory and recipe data 2018-06-12 18:41:33 +01:00
Dylan K. Taylor
4cb96a388c
Initial commit 2018-06-12 18:40:06 +01:00