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

20 lines
No EOL
296 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": [
"minecraft:sand",
"minecraft:red_sand"
],
"X": "minecraft:gunpowder"
},
"pattern": [
"X#X",
"#X#",
"X#X"
],
"result": {
"count": 1,
"id": "minecraft:tnt"
}
}