Files
minecraft-assets/data/minecraft/recipes/trapped_chest.json
2024-02-14 17:44:28 +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"
}
}