meta.json 604 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Made by brainfood1183 (github), Gold and Coal Crab pallet swapped by Firewars763 (github),",
  9. "states": [
  10. {
  11. "name": "iron_crab",
  12. "directions": 4
  13. },
  14. {
  15. "name": "coal_crab",
  16. "directions": 4
  17. },
  18. {
  19. "name": "uranium_crab",
  20. "directions": 4
  21. },
  22. {
  23. "name": "silver_crab",
  24. "directions": 4
  25. },
  26. {
  27. "name": "gold_crab",
  28. "directions": 4
  29. },
  30. {
  31. "name": "quartz_crab",
  32. "directions": 4
  33. }
  34. ]
  35. }