meta.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Made by brainfood1183 (github)",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "crab_quartz",
  12. "directions": 1,
  13. "delays": [
  14. [
  15. 0.6,
  16. 0.3,
  17. 0.3,
  18. 0.3,
  19. 0.3,
  20. 0.3
  21. ]
  22. ]
  23. },
  24. {
  25. "name": "crab_silver",
  26. "directions": 1,
  27. "delays": [
  28. [
  29. 0.6,
  30. 0.3,
  31. 0.3,
  32. 0.3,
  33. 0.3,
  34. 0.3
  35. ]
  36. ]
  37. },
  38. {
  39. "name": "crab_uranium",
  40. "directions": 1,
  41. "delays": [
  42. [
  43. 0.6,
  44. 0.3,
  45. 0.3,
  46. 0.3,
  47. 0.3,
  48. 0.3
  49. ]
  50. ]
  51. },
  52. {
  53. "name": "crab_iron",
  54. "directions": 1,
  55. "delays": [
  56. [
  57. 0.6,
  58. 0.3,
  59. 0.3,
  60. 0.3,
  61. 0.3,
  62. 0.3
  63. ]
  64. ]
  65. }
  66. ]
  67. }