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

One file per recipe type

this requires less validation and provides more granularity.
This commit is contained in:
Dylan K. Taylor 2022-07-04 17:59:39 +01:00
parent c60303d899
commit 01948a6274
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
11 changed files with 57098 additions and 57108 deletions

File diff suppressed because it is too large Load Diff

@ -0,0 +1,18 @@
[
{
"ingredient": {
"meta": 0,
"name": "minecraft:dragon_breath"
},
"input_item_name": "minecraft:splash_potion",
"output_item_name": "minecraft:lingering_potion"
},
{
"ingredient": {
"meta": 0,
"name": "minecraft:gunpowder"
},
"input_item_name": "minecraft:potion",
"output_item_name": "minecraft:splash_potion"
}
]

2606
recipes/potion_type.json Normal file

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

@ -1,16 +0,0 @@
{
"special_hardcoded": [
"442d85ed-8272-4543-a6f1-418f90ded05d",
"8b36268c-1829-483c-a0f1-993b7156a8f2",
"602234e4-cac1-4353-8bb7-b1ebff70024b",
"98c84b38-1085-46bd-b1ce-dd38c159e6cc",
"d81aaeaf-e172-4440-9225-868df030d27b",
"b5c5d105-75a2-4076-af2b-923ea2bf4bf0",
"00000000-0000-0000-0000-000000000002",
"d1ca6b84-338e-4f2f-9c6b-76cc8b4bd98d",
"85939755-ba10-4d9d-a4cc-efb7a8e943c4",
"d392b075-4ba1-40ae-8789-af868d56f6ce",
"00000000-0000-0000-0000-000000000001",
"aecd2294-4b94-434b-8667-4499bb2c9327"
]
}

@ -0,0 +1,14 @@
[
"00000000-0000-0000-0000-000000000001",
"00000000-0000-0000-0000-000000000002",
"442d85ed-8272-4543-a6f1-418f90ded05d",
"602234e4-cac1-4353-8bb7-b1ebff70024b",
"85939755-ba10-4d9d-a4cc-efb7a8e943c4",
"8b36268c-1829-483c-a0f1-993b7156a8f2",
"98c84b38-1085-46bd-b1ce-dd38c159e6cc",
"aecd2294-4b94-434b-8667-4499bb2c9327",
"b5c5d105-75a2-4076-af2b-923ea2bf4bf0",
"d1ca6b84-338e-4f2f-9c6b-76cc8b4bd98d",
"d392b075-4ba1-40ae-8789-af868d56f6ce",
"d81aaeaf-e172-4440-9225-868df030d27b"
]