From 8d395ca711c161f6b1f8ccc4a881ba20941be6d8 Mon Sep 17 00:00:00 2001 From: Milan <tchncs@vivaldi.net> Date: Wed, 9 Jan 2019 16:34:54 +0100 Subject: [PATCH] fix floating red mushroom from sapling --- sapling.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapling.lua b/sapling.lua index 6d47011..33fb96b 100644 --- a/sapling.lua +++ b/sapling.lua @@ -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) -- GitLab