minecraft-src/data/minecraft/recipe/trapped_chest.json
2025-07-04 01:41:11 +03:00

16 lines
No EOL
262 B
JSON

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