1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-07 08:05:55 -03:00
BedrockData/recipes/potion_container_change.json
Dylan K. Taylor 01948a6274
One file per recipe type
this requires less validation and provides more granularity.
2022-07-04 17:59:39 +01:00

19 lines
445 B
JSON

[
{
"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"
}
]