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