Update 'mods/ethereal/schematics/bamboo_bush.lua'

This commit is contained in:
thunderdog1138 2020-05-19 17:39:22 +00:00
parent 9f6fcf5a3a
commit 3a6e50fdd9
1 changed files with 3 additions and 3 deletions

View File

@ -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},