fix floating red mushroom from sapling

master
Milan 2019-01-09 16:34:54 +01:00
parent a0e1f78231
commit 8d395ca711
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ function ethereal.grow_frost_tree(pos)
end
function ethereal.grow_mushroom_tree(pos)
ethereal.add_tree(pos, 4, 0, 4, path .. "mushroomone.mts")
ethereal.add_tree(pos, 4, 7, 4, path .. "mushroomone.mts")
end
function ethereal.grow_palm_tree(pos)