torch.json 329 B

123456789101112131415161718192021222324
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. "X",
  5. "#"
  6. ],
  7. "key": {
  8. "#": {
  9. "item": "minecraft:stick"
  10. },
  11. "X": [
  12. {
  13. "item": "minecraft:coal"
  14. },
  15. {
  16. "item": "minecraft:charcoal"
  17. }
  18. ]
  19. },
  20. "result": {
  21. "item": "minecraft:torch",
  22. "count": 4
  23. }
  24. }