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

This commit is contained in:
thunderdog1138 2020-05-19 16:59:10 +00:00
parent 8671663b61
commit 5bd57556e1
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
local _ = {name = "air", param = 0}
local L = {name = "ethereal:palmleaves", param = 255}
local l = {name = "ethereal:palmleaves", param = 191}
local L = {name = "ethereal:palm_leaves", param = 255}
local l = {name = "ethereal:palm_leaves", param = 191}
local T = {name = "ethereal:palm_trunk", param = 255}
local t = {name = "ethereal:palm_trunk", param = 191}
local C = {name = "ethereal:coconut", param = 127}
ethereal.palmtree = {
ethereal.palm_tree = {
size = {x = 9, y = 9, z = 9},