97 lines
1.7 KiB
Lua
97 lines
1.7 KiB
Lua
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=9, 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,_,
|
|
|
|
_,_,_,_,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,T,P,
|
|
P,P,T,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,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,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,_,_,_,_,
|
|
_,_,_,_,_,_,_,_,_,
|
|
|
|
}
|
|
}
|