From af2fedcf9998bb4a854c2cfd63e4cdad91a6dd5d Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Fri, 11 May 2018 10:08:51 -0400 Subject: add readme.md ...and some change to plantlife that I can't remember what for ;) --- molehills/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'molehills') diff --git a/molehills/init.lua b/molehills/init.lua index f04dded..cd8a0e3 100644 --- a/molehills/init.lua +++ b/molehills/init.lua @@ -1,6 +1,6 @@ ----------------------------------------------------------------------------------------------- local title = "Mole Hills" -local version = "0.0.3" +local version = "0.0.3" local mname = "molehills" ----------------------------------------------------------------------------------------------- -- Idea by Sokomine @@ -49,7 +49,7 @@ minetest.register_craft({ -- molehills --> dirt -- GeNeRaTiNG ----------------------------------------------------------------------------------------------- abstract_molehills.place_molehill = function(pos) - local right_here = {x=pos.x , y=pos.y+1, z=pos.z } + local right_here = {x=pos.x , y=pos.y+1, z=pos.z } if minetest.get_node({x=pos.x+1, y=pos.y, z=pos.z }).name ~= "air" and minetest.get_node({x=pos.x-1, y=pos.y, z=pos.z }).name ~= "air" and minetest.get_node({x=pos.x , y=pos.y, z=pos.z+1}).name ~= "air" -- cgit v1.2.3