minecraft-src/data/minecraft/recipe/tnt_minecart.json
2025-07-04 01:41:11 +03:00

16 lines
No EOL
250 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:tnt"
},
{
"item": "minecraft:minecart"
}
],
"result": {
"count": 1,
"id": "minecraft:tnt_minecart"
}
}