minecraft-assets/data/minecraft/recipes/trapped_chest.json

15 lines
248 B
JSON

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