write something there
This commit is contained in:
commit
b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions
98
mods/ethereal/schematics/sakura.lua
Normal file
98
mods/ethereal/schematics/sakura.lua
Normal file
|
@ -0,0 +1,98 @@
|
|||
|
||||
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,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,_,
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue