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

17 Commits

Author SHA1 Message Date
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 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
1bda8f70e6 Updated from 1.14.0 2019-12-11 18:29:04 +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 K. Taylor
b5a8c68c42 Updated from 1.12.0 2019-07-12 17:56:57 +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 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
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