mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 07:25:14 +00:00
28 lines
435 B
JSON
Vendored
28 lines
435 B
JSON
Vendored
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:tnt_minecart"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
"A",
|
|
"B"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "minecraft:tnt",
|
|
"data": 0
|
|
},
|
|
"B": {
|
|
"item": "minecraft:minecart"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:tnt_minecart"
|
|
}
|
|
}
|
|
}
|