12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- local T = {name = "ethereal:sakura_trunk", param1 = 255}
- local P = {name = "ethereal:sakura_leaves", param1 = 255}
- local W = {name = "ethereal:sakura_leaves2", param1 = 255}
- local _ = {name = "air", param1 = 255}
- ethereal.sakura_tree = {
- size = {x=10, y=10, z=7},
- yslice_prob = {
- {ypos = 0, prob = 127},
- {ypos = 3, prob = 127},
- {ypos = 8, prob = 127},
- },
- data = {
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,P,P,_,_,_,_,
- _,_,_,P,P,P,P,_,_,_,
- _,_,_,P,P,P,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,P,P,P,P,_,_,_,
- _,_,_,P,P,P,P,_,_,_,
- _,_,P,P,T,P,P,P,_,_,
- _,_,P,P,P,P,P,P,_,_,
- _,_,P,_,P,P,P,P,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,P,P,P,_,_,_,_,
- _,_,P,P,P,P,P,P,_,_,
- _,_,P,P,T,P,P,P,P,_,
- _,P,P,P,P,P,P,P,P,P,
- _,P,P,P,P,P,P,P,P,P,
- _,P,P,P,P,P,P,P,P,_,
- _,_,P,P,P,P,P,P,_,_,
- _,_,_,_,T,_,_,_,_,_,
- _,_,_,_,T,_,_,_,_,_,
- _,_,_,_,T,_,_,_,_,_,
- _,_,P,P,T,T,P,_,_,_,
- _,P,P,T,T,T,T,P,P,_,
- _,P,P,T,_,T,P,T,P,_,
- P,P,P,T,P,T,P,P,T,P,
- P,P,T,P,P,P,P,P,T,P,
- P,P,T,P,P,P,P,T,P,P,
- _,P,P,P,P,P,P,P,P,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,P,_,P,_,_,_,_,
- _,_,P,P,T,P,P,P,_,_,
- _,_,P,P,_,P,P,P,P,_,
- _,P,P,P,P,P,P,P,P,P,
- _,P,P,P,P,P,P,P,P,P,
- _,P,P,P,P,P,P,P,P,_,
- _,_,P,P,P,P,P,P,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,P,_,_,_,_,_,
- _,_,_,P,P,P,_,_,_,_,
- _,_,_,P,T,P,_,_,_,_,
- _,_,P,P,T,P,P,P,P,_,
- _,_,P,P,P,P,P,P,P,_,
- _,_,P,P,P,P,_,P,P,_,
- _,_,_,_,P,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- _,_,_,_,P,_,_,_,_,_,
- _,_,_,P,P,P,_,_,_,_,
- _,_,_,P,P,P,_,_,_,_,
- _,_,_,P,P,P,_,_,_,_,
- _,_,_,_,P,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,_,
- },
- }
|