From f23603a325cfad46e16550521d4409300af40b49 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Thu, 25 Oct 2018 12:14:05 -0400 Subject: update biome_lib, plantlife (which includes switching to Tenplus1's vines fork), and moretrees --- molehills/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'molehills') diff --git a/molehills/init.lua b/molehills/init.lua index cd8a0e3..c3e5a66 100644 --- a/molehills/init.lua +++ b/molehills/init.lua @@ -58,7 +58,7 @@ abstract_molehills.place_molehill = function(pos) and minetest.get_node({x=pos.x+1, y=pos.y, z=pos.z-1}).name ~= "air" and minetest.get_node({x=pos.x-1, y=pos.y, z=pos.z+1}).name ~= "air" and minetest.get_node({x=pos.x-1, y=pos.y, z=pos.z-1}).name ~= "air" then - minetest.set_node(right_here, {name="molehills:molehill"}) + minetest.swap_node(right_here, {name="molehills:molehill"}) end end -- cgit v1.2.3