minecraft-src/data/minecraft/recipe/fire_charge.json
2025-07-04 02:00:41 +03:00

16 lines
No EOL
279 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
"minecraft:gunpowder",
"minecraft:blaze_powder",
[
"minecraft:coal",
"minecraft:charcoal"
]
],
"result": {
"count": 3,
"id": "minecraft:fire_charge"
}
}