adjust orange tree placement for lucky block

master
tenplus1 2021-04-20 21:23:28 +01:00
parent 5312d026d4
commit d8cc7b4f04
1 changed files with 1 additions and 1 deletions

View File

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