mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 15:05:42 +00:00
23 lines
381 B
JSON
Vendored
23 lines
381 B
JSON
Vendored
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:trapped_chest"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:chest"
|
|
},
|
|
{
|
|
"item": "minecraft:tripwire_hook"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:trapped_chest"
|
|
}
|
|
}
|
|
}
|