campfire.json 307 B

12345678910111213141516171819202122
  1. {
  2. "type": "minecraft:crafting_shaped",
  3. "pattern": [
  4. " S ",
  5. "SCS",
  6. "LLL"
  7. ],
  8. "key": {
  9. "L": {
  10. "tag": "minecraft:logs"
  11. },
  12. "S": {
  13. "item": "minecraft:stick"
  14. },
  15. "C": {
  16. "tag": "minecraft:coals"
  17. }
  18. },
  19. "result": {
  20. "item": "minecraft:campfire"
  21. }
  22. }