From e0a4b909e9a82388351412eb7ad98b88b5066305 Mon Sep 17 00:00:00 2001 From: thunderdog1138 Date: Mon, 4 May 2020 20:06:52 +0000 Subject: [PATCH] Update 'mods/ethereal/schematics/jogan_tree.lua' --- .../schematics/{orange_tree.lua => jogan_tree.lua} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename mods/ethereal/schematics/{orange_tree.lua => jogan_tree.lua} (60%) diff --git a/mods/ethereal/schematics/orange_tree.lua b/mods/ethereal/schematics/jogan_tree.lua similarity index 60% rename from mods/ethereal/schematics/orange_tree.lua rename to mods/ethereal/schematics/jogan_tree.lua index e4aef022..1a5e4f37 100644 --- a/mods/ethereal/schematics/orange_tree.lua +++ b/mods/ethereal/schematics/jogan_tree.lua @@ -1,11 +1,11 @@ local _ = {name = "air", param1 = 0} -local L = {name = "ethereal:orange_leaves", param1 = 255} -local l = {name = "ethereal:orange_leaves", param1 = 200} +local L = {name = "default:leaves", param1 = 255} +local l = {name = "default:leaves", param1 = 200} local T = {name = "default:tree", param1 = 255} -local o = {name = "ethereal:orange", param1 = 200} +local j = {name = "default:joganfruit", param1 = 200} -ethereal.orangetree = { +ethereal.jogantree = { size = {x = 3, y = 6, z = 3}, @@ -19,9 +19,9 @@ ethereal.orangetree = { _,_,_, _,_,_, _,_,_, - l,l,o, + l,l,j, L,L,L, - l,o,l, + l,j,l, _,T,_, _,T,_, @@ -33,7 +33,7 @@ ethereal.orangetree = { _,_,_, _,_,_, _,_,_, - o,l,l, + j,l,l, L,L,L, l,l,l,