From d8cc7b4f0412ea148b9cf6470cfb7955ec205191 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Tue, 20 Apr 2021 21:23:28 +0100 Subject: [PATCH] adjust orange tree placement for lucky block --- lucky_block.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucky_block.lua b/lucky_block.lua index e5e646c..c0b4b7a 100644 --- a/lucky_block.lua +++ b/lucky_block.lua @@ -9,7 +9,7 @@ lucky_block:add_schematics({ {"pinetree", ethereal.pinetree, {x = 3, y = 0, z = 3}}, {"palmtree", ethereal.palmtree, {x = 4, y = 0, z = 4}}, {"bananatree", ethereal.bananatree, {x = 3, y = 0, z = 3}}, - {"orangetree", ethereal.orangetree, {x = 1, y = 0, z = 1}}, + {"orangetree", ethereal.orangetree, {x = 2, y = 0, z = 2}}, {"birchtree", ethereal.birchtree, {x = 2, y = 0, z = 2}}, })