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