Add 'mods/ethereal/schematics/bush.lua'
This commit is contained in:
parent
b9bcd25d68
commit
a9a077ead8
|
@ -0,0 +1,25 @@
|
|||
local _ = {name = "air", param = 0}
|
||||
local L = {name = "ethereal:bush_leaves", param = 255}
|
||||
local S = {name = "ethereal:bush_stem", param = 255}
|
||||
|
||||
ethereal.bush = {
|
||||
|
||||
size = {x = 3, y = 2, z = 3},
|
||||
|
||||
yslice_prob = {
|
||||
{ypos = 3, prob = 127},
|
||||
},
|
||||
|
||||
data = {
|
||||
|
||||
L,L,L,
|
||||
_,L,_,
|
||||
|
||||
L,S,L,
|
||||
L,L,L,
|
||||
|
||||
L,L,L,
|
||||
_,L,_,
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue