Files
minecraft-assets/data/minecraft/recipes/trapped_chest.json
2022-11-16 18:37:49 +01:00

15 lines
248 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "redstone",
"ingredients": [
{
"item": "minecraft:chest"
},
{
"item": "minecraft:tripwire_hook"
}
],
"result": {
"item": "minecraft:trapped_chest"
}
}