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

This commit is contained in:
thunderdog1138 2020-05-18 00:00:48 +00:00
parent 1204a5e70e
commit c16f831ae4
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
local _ = {name = "air", param = 0}
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}
local L = {name = "default:palm_leaves", param = 255}
local l = {name = "default:palm_leaves", param = 191}
local T = {name = "default:palm_trunk", param = 255}
local t = {name = "default:palm_trunk", param = 191}
local C = {name = "default:coconut", param = 127}
ethereal.palm_tree = {