Commit 8d395ca7 authored by Milan's avatar Milan
Browse files

fix floating red mushroom from sapling

parent a0e1f782
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)