mirror of
https://github.com/pmmp/BedrockData.git
synced 2025-02-28 22:11:09 +00:00
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.
17 lines
399 B
JSON
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"
|
|
}
|
|
]
|