Files
minecraft-assets/data/minecraft/recipes/tnt.json
2024-02-14 17:44:28 +01:00

25 lines
356 B
JSON

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