diff options
Diffstat (limited to 'melon.lua')
-rw-r--r-- | melon.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -149,7 +149,6 @@ minetest.register_abm({ if not crops.can_grow(pos) then return end - local meta = minetest.get_meta(pos) local n = string.gsub(node.name, "4", "5") n = string.gsub(n, "3", "4") n = string.gsub(n, "2", "3") |