1
0
mirror of https://github.com/pmmp/BedrockData.git synced 2024-07-02 12:54:21 -03:00
BedrockData/recipes/potion_container_change.json
Dylan K. Taylor 301bf7ebe5
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.
2022-07-09 18:43:03 +01:00

17 lines
399 B
JSON

[
{
"ingredient": {
"name": "minecraft:dragon_breath"
},
"input_item_name": "minecraft:splash_potion",
"output_item_name": "minecraft:lingering_potion"
},
{
"ingredient": {
"name": "minecraft:gunpowder"
},
"input_item_name": "minecraft:potion",
"output_item_name": "minecraft:splash_potion"
}
]