palmtree.lua 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. local _ = {name = "air", param = 0}
  2. local L = {name = "ethereal:palmleaves", param = 255}
  3. local l = {name = "ethereal:palmleaves", param = 191}
  4. local T = {name = "ethereal:palm_trunk", param = 255}
  5. local t = {name = "ethereal:palm_trunk", param = 191}
  6. local C = {name = "ethereal:coconut", param = 127}
  7. ethereal.palmtree = {
  8. size = {x = 9, y = 9, z = 9},
  9. yslice_prob = {
  10. {ypos = 3, prob = 127},
  11. },
  12. data = {
  13. _,_,_,_,_,_,_,_,_,
  14. _,_,_,_,_,_,_,_,_,
  15. _,_,_,_,_,_,_,_,_,
  16. _,_,_,_,_,_,_,_,_,
  17. _,_,_,_,_,_,_,_,_,
  18. _,_,_,_,_,_,_,_,_,
  19. _,_,_,_,_,_,_,_,_,
  20. _,_,_,_,_,_,_,_,_,
  21. _,_,_,_,_,_,_,_,_,
  22. _,_,_,_,_,_,_,_,_,
  23. _,_,_,_,_,_,_,_,_,
  24. _,_,_,_,_,_,_,_,_,
  25. _,_,_,_,_,_,_,_,_,
  26. _,_,_,_,_,_,_,_,_,
  27. _,_,_,_,_,l,_,_,_,
  28. _,_,_,_,_,L,_,_,_,
  29. _,_,_,_,_,_,_,_,_,
  30. _,_,_,_,_,_,_,_,_,
  31. _,_,_,_,_,_,_,_,_,
  32. _,_,_,_,_,_,_,_,_,
  33. _,_,_,_,_,_,_,_,_,
  34. _,_,_,_,_,_,_,_,_,
  35. _,_,_,_,_,_,_,_,_,
  36. _,_,_,_,_,_,_,_,_,
  37. _,_,_,_,_,L,_,_,_,
  38. _,_,_,_,_,L,_,_,_,
  39. _,_,_,_,_,_,_,_,_,
  40. _,_,_,_,_,_,_,_,_,
  41. _,_,_,_,_,_,_,_,_,
  42. _,_,_,_,_,_,_,_,_,
  43. _,_,_,_,_,_,_,_,_,
  44. _,_,_,_,_,_,_,_,_,
  45. _,_,_,_,_,_,_,_,_,
  46. _,_,_,_,_,C,_,_,_,
  47. _,_,_,_,_,L,_,_,_,
  48. _,_,_,_,_,_,_,_,_,
  49. _,_,_,_,T,_,_,_,_,
  50. _,_,_,_,T,_,_,_,_,
  51. _,_,_,_,T,_,_,_,_,
  52. _,_,_,_,T,t,_,_,_,
  53. _,_,_,_,_,T,_,_,_,
  54. _,_,l,_,_,T,_,_,l,
  55. _,_,L,L,C,T,C,L,L,
  56. _,_,_,L,L,L,L,L,_,
  57. _,_,_,_,_,L,_,_,_,
  58. _,_,_,_,_,_,_,_,_,
  59. _,_,_,_,_,_,_,_,_,
  60. _,_,_,_,_,_,_,_,_,
  61. _,_,_,_,_,_,_,_,_,
  62. _,_,_,_,_,_,_,_,_,
  63. _,_,_,_,_,_,_,_,_,
  64. _,_,_,_,_,C,_,_,_,
  65. _,_,_,_,_,L,_,_,_,
  66. _,_,_,_,_,_,_,_,_,
  67. _,_,_,_,_,_,_,_,_,
  68. _,_,_,_,_,_,_,_,_,
  69. _,_,_,_,_,_,_,_,_,
  70. _,_,_,_,_,_,_,_,_,
  71. _,_,_,_,_,_,_,_,_,
  72. _,_,_,_,_,_,_,_,_,
  73. _,_,_,_,_,L,_,_,_,
  74. _,_,_,_,_,L,_,_,_,
  75. _,_,_,_,_,_,_,_,_,
  76. _,_,_,_,_,_,_,_,_,
  77. _,_,_,_,_,_,_,_,_,
  78. _,_,_,_,_,_,_,_,_,
  79. _,_,_,_,_,_,_,_,_,
  80. _,_,_,_,_,_,_,_,_,
  81. _,_,_,_,_,l,_,_,_,
  82. _,_,_,_,_,L,_,_,_,
  83. _,_,_,_,_,_,_,_,_,
  84. _,_,_,_,_,_,_,_,_,
  85. _,_,_,_,_,_,_,_,_,
  86. _,_,_,_,_,_,_,_,_,
  87. _,_,_,_,_,_,_,_,_,
  88. _,_,_,_,_,_,_,_,_,
  89. _,_,_,_,_,_,_,_,_,
  90. _,_,_,_,_,_,_,_,_,
  91. _,_,_,_,_,_,_,_,_,
  92. _,_,_,_,_,_,_,_,_,
  93. _,_,_,_,_,_,_,_,_,
  94. }
  95. }