Files
minecraft-assets/data/minecraft/recipes/trapped_chest.json
2024-02-28 18:28:54 +01:00

15 lines
246 B
JSON

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