123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- local _ = {name = "air", param = 0}
- local L = {name = "ethereal:palmleaves", param = 255}
- local l = {name = "ethereal:palmleaves", param = 191}
- local T = {name = "ethereal:palm_trunk", param = 255}
- local t = {name = "ethereal:palm_trunk", param = 191}
- local C = {name = "ethereal:coconut", param = 127}
- ethereal.palmtree = {
- size = {x = 9, y = 9, z = 9},
- yslice_prob = {
- {ypos = 3, prob = 127},
- },
- data = {
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,l,_,_,_,
- _,_,_,_,_,L,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,L,_,_,_,
- _,_,_,_,_,L,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,C,_,_,_,
- _,_,_,_,_,L,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,T,_,_,_,_,
- _,_,_,_,T,_,_,_,_,
- _,_,_,_,T,_,_,_,_,
- _,_,_,_,T,t,_,_,_,
- _,_,_,_,_,T,_,_,_,
- _,_,l,_,_,T,_,_,l,
- _,_,L,L,C,T,C,L,L,
- _,_,_,L,L,L,L,L,_,
- _,_,_,_,_,L,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,C,_,_,_,
- _,_,_,_,_,L,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,L,_,_,_,
- _,_,_,_,_,L,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,l,_,_,_,
- _,_,_,_,_,L,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- _,_,_,_,_,_,_,_,_,
- }
- }
|