1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-02 12:54:21 -03:00

Updated crafting data to use blockstate data on recipe inputs

this avoids having to load RuntimeBlockMapping in PM on startup just to lookup the correct state data from the meta values, which saves about 15 MB of memory on server startup.
This commit is contained in:
Dylan K. Taylor 2022-07-09 18:43:03 +01:00
parent 01948a6274
commit 301bf7ebe5
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
8 changed files with 21148 additions and 21823 deletions

@ -1,7 +1,6 @@
[
{
"ingredient": {
"meta": 0,
"name": "minecraft:dragon_breath"
},
"input_item_name": "minecraft:splash_potion",
@ -9,7 +8,6 @@
},
{
"ingredient": {
"meta": 0,
"name": "minecraft:gunpowder"
},
"input_item_name": "minecraft:potion",

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff