sakura.lua 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. local T = {name = "ethereal:sakura_trunk", param1 = 255}
  2. local P = {name = "ethereal:sakura_leaves", param1 = 255}
  3. local W = {name = "ethereal:sakura_leaves2", param1 = 255}
  4. local _ = {name = "air", param1 = 255}
  5. ethereal.sakura_tree = {
  6. size = {x=10, y=10, z=7},
  7. yslice_prob = {
  8. {ypos = 0, prob = 127},
  9. {ypos = 3, prob = 127},
  10. {ypos = 8, prob = 127},
  11. },
  12. data = {
  13. _,_,_,_,_,_,_,_,_,_,
  14. _,_,_,_,_,_,_,_,_,_,
  15. _,_,_,_,_,_,_,_,_,_,
  16. _,_,_,_,_,_,_,_,_,_,
  17. _,_,_,_,_,_,_,_,_,_,
  18. _,_,_,_,P,P,_,_,_,_,
  19. _,_,_,P,P,P,P,_,_,_,
  20. _,_,_,P,P,P,_,_,_,_,
  21. _,_,_,_,_,_,_,_,_,_,
  22. _,_,_,_,_,_,_,_,_,_,
  23. _,_,_,_,_,_,_,_,_,_,
  24. _,_,_,_,_,_,_,_,_,_,
  25. _,_,_,_,_,_,_,_,_,_,
  26. _,_,_,_,_,_,_,_,_,_,
  27. _,_,_,P,P,P,P,_,_,_,
  28. _,_,_,P,P,P,P,_,_,_,
  29. _,_,P,P,T,P,P,P,_,_,
  30. _,_,P,P,P,P,P,P,_,_,
  31. _,_,P,_,P,P,P,P,_,_,
  32. _,_,_,_,_,_,_,_,_,_,
  33. _,_,_,_,_,_,_,_,_,_,
  34. _,_,_,_,_,_,_,_,_,_,
  35. _,_,_,_,_,_,_,_,_,_,
  36. _,_,_,P,P,P,_,_,_,_,
  37. _,_,P,P,P,P,P,P,_,_,
  38. _,_,P,P,T,P,P,P,P,_,
  39. _,P,P,P,P,P,P,P,P,P,
  40. _,P,P,P,P,P,P,P,P,P,
  41. _,P,P,P,P,P,P,P,P,_,
  42. _,_,P,P,P,P,P,P,_,_,
  43. _,_,_,_,T,_,_,_,_,_,
  44. _,_,_,_,T,_,_,_,_,_,
  45. _,_,_,_,T,_,_,_,_,_,
  46. _,_,P,P,T,T,P,_,_,_,
  47. _,P,P,T,T,T,T,P,P,_,
  48. _,P,P,T,_,T,P,T,P,_,
  49. P,P,P,T,P,T,P,P,T,P,
  50. P,P,T,P,P,P,P,P,T,P,
  51. P,P,T,P,P,P,P,T,P,P,
  52. _,P,P,P,P,P,P,P,P,_,
  53. _,_,_,_,_,_,_,_,_,_,
  54. _,_,_,_,_,_,_,_,_,_,
  55. _,_,_,_,_,_,_,_,_,_,
  56. _,_,_,P,_,P,_,_,_,_,
  57. _,_,P,P,T,P,P,P,_,_,
  58. _,_,P,P,_,P,P,P,P,_,
  59. _,P,P,P,P,P,P,P,P,P,
  60. _,P,P,P,P,P,P,P,P,P,
  61. _,P,P,P,P,P,P,P,P,_,
  62. _,_,P,P,P,P,P,P,_,_,
  63. _,_,_,_,_,_,_,_,_,_,
  64. _,_,_,_,_,_,_,_,_,_,
  65. _,_,_,_,_,_,_,_,_,_,
  66. _,_,_,_,P,_,_,_,_,_,
  67. _,_,_,P,P,P,_,_,_,_,
  68. _,_,_,P,T,P,_,_,_,_,
  69. _,_,P,P,T,P,P,P,P,_,
  70. _,_,P,P,P,P,P,P,P,_,
  71. _,_,P,P,P,P,_,P,P,_,
  72. _,_,_,_,P,_,_,_,_,_,
  73. _,_,_,_,_,_,_,_,_,_,
  74. _,_,_,_,_,_,_,_,_,_,
  75. _,_,_,_,_,_,_,_,_,_,
  76. _,_,_,_,_,_,_,_,_,_,
  77. _,_,_,_,P,_,_,_,_,_,
  78. _,_,_,P,P,P,_,_,_,_,
  79. _,_,_,P,P,P,_,_,_,_,
  80. _,_,_,P,P,P,_,_,_,_,
  81. _,_,_,_,P,_,_,_,_,_,
  82. _,_,_,_,_,_,_,_,_,_,
  83. },
  84. }