ethereal/schematics/sakura.lua
2024-10-10 09:15:06 +01:00

99 lines
1.8 KiB
Lua

local t = {name = "ethereal:sakura_trunk", param1 = 255}
local T = {name = "ethereal:sakura_trunk", param1 = 255, force_place = true}
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 = 1, 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,_,_,_,_,
_,_,_,_,_,_,_,_,_,
}
}