adjust orange tree placement for lucky block

This commit is contained in:
tenplus1 2021-04-20 21:23:28 +01:00
parent 5312d026d4
commit d8cc7b4f04

View File

@ -9,7 +9,7 @@ lucky_block:add_schematics({
{"pinetree", ethereal.pinetree, {x = 3, y = 0, z = 3}}, {"pinetree", ethereal.pinetree, {x = 3, y = 0, z = 3}},
{"palmtree", ethereal.palmtree, {x = 4, y = 0, z = 4}}, {"palmtree", ethereal.palmtree, {x = 4, y = 0, z = 4}},
{"bananatree", ethereal.bananatree, {x = 3, y = 0, z = 3}}, {"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}}, {"birchtree", ethereal.birchtree, {x = 2, y = 0, z = 2}},
}) })