@jsprismarine/bedrock-data
Version:
BedrockData from PMMP exported in a nodejs friendly way.
20 lines (18 loc) • 451 B
TypeScript
declare const _default: [
{
"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"
}
]
;
export default _default;