ethereal/schematics/olive_tree.lua

90 lines
1.5 KiB
Lua
Raw Normal View History

local _ = {name = "air", param1 = 0}
local L = {name = "ethereal:olive_leaves", param1 = 255}
2024-10-10 11:15:06 +03:00
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},
2024-10-10 11:15:06 +03:00
yslice_prob = {
{ypos = 1, prob = 127},
},
data = {
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,L,_,_,_,_,L,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,L,_,L,L,o,_,
2024-10-10 11:15:06 +03:00
L,t,L,L,o,L,t,L,
_,L,_,_,_,_,L,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
2024-10-10 11:15:06 +03:00
_,_,_,t,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
2024-10-10 11:15:06 +03:00
_,L,t,L,_,t,L,_,
_,L,L,_,L,L,L,_,
_,_,_,L,L,_,_,_,
_,_,o,L,L,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,T,T,_,_,_,
2024-10-10 11:15:06 +03:00
_,_,_,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,_,_,_,
2024-10-10 11:15:06 +03:00
_,_,_,_,t,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,L,_,_,_,
2024-10-10 11:15:06 +03:00
_,_,L,t,L,L,_,_,
_,_,L,L,t,L,_,_,
_,_,_,L,L,L,_,_,
_,_,L,L,L,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,o,L,_,_,_,_,
2024-10-10 11:15:06 +03:00
_,L,t,L,L,o,_,_,
_,_,L,_,L,t,L,_,
_,_,o,_,_,L,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
_,_,L,_,_,_,_,_,
_,_,_,_,_,L,_,_,
_,_,_,_,_,_,_,_,
_,_,_,_,_,_,_,_,
}
}