write something there
This commit is contained in:
commit
b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions
38
mods/ethereal/schematics/bush.lua
Normal file
38
mods/ethereal/schematics/bush.lua
Normal file
|
@ -0,0 +1,38 @@
|
|||
|
||||
local _ = {name = "air", param1 = 0}
|
||||
local B = {name = "ethereal:bush", param1 = 255}
|
||||
local b = {name = "ethereal:bush", param1 = 100}
|
||||
|
||||
ethereal.bush = {
|
||||
|
||||
size = {x = 5, y = 3, z = 5},
|
||||
|
||||
yslice_prob = {
|
||||
{ypos = 0, prob = 127},
|
||||
{ypos = 2, prob = 127}
|
||||
},
|
||||
|
||||
data = {
|
||||
|
||||
b,B,B,B,b,
|
||||
_,_,_,_,_,
|
||||
_,_,_,_,_,
|
||||
|
||||
B,B,B,B,B,
|
||||
_,b,B,b,_,
|
||||
_,_,_,_,_,
|
||||
|
||||
B,B,B,B,B,
|
||||
_,B,B,B,_,
|
||||
_,_,b,_,_,
|
||||
|
||||
B,B,B,B,B,
|
||||
_,b,B,b,_,
|
||||
_,_,_,_,_,
|
||||
|
||||
b,B,B,B,b,
|
||||
_,_,_,_,_,
|
||||
_,_,_,_,_,
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue