write something there
This commit is contained in:
commit
b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions
89
mods/ethereal/schematics/olive_tree.lua
Normal file
89
mods/ethereal/schematics/olive_tree.lua
Normal file
|
@ -0,0 +1,89 @@
|
|||
|
||||
local _ = {name = "air", param1 = 0}
|
||||
local L = {name = "ethereal:olive_leaves", param1 = 255}
|
||||
local t = {name = "ethereal:olive_trunk", param1 = 255}
|
||||
local T = {name = "ethereal:olive_trunk", param1 = 255, force_place = true}
|
||||
local o = {name = "ethereal:olive", param1 = 150}
|
||||
|
||||
ethereal.olivetree = {
|
||||
|
||||
size = {x = 8, y = 9, z = 7},
|
||||
|
||||
yslice_prob = {
|
||||
{ypos = 2, prob = 127},
|
||||
},
|
||||
|
||||
data = {
|
||||
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,L,_,_,_,_,L,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,L,_,L,L,o,_,
|
||||
L,t,L,L,o,L,t,L,
|
||||
_,L,_,_,_,_,L,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
|
||||
_,_,_,t,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,L,t,L,_,t,L,_,
|
||||
_,L,L,_,L,L,L,_,
|
||||
_,_,_,L,L,_,_,_,
|
||||
_,_,o,L,L,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
|
||||
_,_,_,T,T,_,_,_,
|
||||
_,_,_,T,T,_,_,_,
|
||||
_,_,_,T,T,_,_,_,
|
||||
_,_,L,t,t,_,_,_,
|
||||
_,o,L,t,t,t,L,_,
|
||||
_,L,L,t,t,L,o,_,
|
||||
_,_,L,t,t,L,_,_,
|
||||
_,_,L,t,t,L,_,_,
|
||||
_,_,_,L,L,_,_,_,
|
||||
|
||||
_,_,_,_,t,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,L,_,_,_,
|
||||
_,_,L,t,L,L,_,_,
|
||||
_,_,L,L,t,L,_,_,
|
||||
_,_,_,L,L,L,_,_,
|
||||
_,_,L,L,L,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,o,L,_,_,_,_,
|
||||
_,L,t,L,L,o,_,_,
|
||||
_,_,L,_,L,t,L,_,
|
||||
_,_,o,_,_,L,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,L,_,_,_,_,_,
|
||||
_,_,_,_,_,L,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
_,_,_,_,_,_,_,_,
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue