minecraft-assets/data/minecraft/recipes/firework_rocket_simple.json

15 lines
236 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:gunpowder"
},
{
"item": "minecraft:paper"
}
],
"result": {
"item": "minecraft:firework_rocket",
"count": 3
}
}