Files
minecraft-assets/data/minecraft/recipe/trapped_chest.json
2024-06-13 21:50:08 +02:00

16 lines
262 B
JSON

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