trapped_chest.json 222 B

1234567891011121314
  1. {
  2. "type": "minecraft:crafting_shapeless",
  3. "ingredients": [
  4. {
  5. "item": "minecraft:chest"
  6. },
  7. {
  8. "item": "minecraft:tripwire_hook"
  9. }
  10. ],
  11. "result": {
  12. "item": "minecraft:trapped_chest"
  13. }
  14. }