forked from thunderdog1138/star_wars
Update 'mods/ethereal/schematics/bamboo_bush.lua'
This commit is contained in:
parent
9f6fcf5a3a
commit
3a6e50fdd9
|
@ -1,9 +1,9 @@
|
|||
|
||||
local _ = {name = "air", param1 = 0}
|
||||
local B = {name = "ethereal:bush", param1 = 255}
|
||||
local b = {name = "ethereal:bush", param1 = 100}
|
||||
local B = {name = "ethereal:bamboo_bush", param1 = 255}
|
||||
local b = {name = "ethereal:bamboo_bush", param1 = 100}
|
||||
|
||||
ethereal.bush = {
|
||||
ethereal.bamboo_bush = {
|
||||
|
||||
size = {x = 5, y = 3, z = 5},
|
||||
|
Loading…
Reference in New Issue