loom.json 244 B

123456789101112131415161718
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "@@",
  5. "##"
  6. ],
  7. "key": {
  8. "#": {
  9. "tag": "minecraft:planks"
  10. },
  11. "@": {
  12. "item": "minecraft:string"
  13. }
  14. },
  15. "result": {
  16. "item": "minecraft:loom"
  17. }
  18. }