diff --git a/init.lua b/init.lua index 78aaa89..f794f63 100644 --- a/init.lua +++ b/init.lua @@ -41,7 +41,7 @@ minetest.register_node("ltool:sapling", { paramtype2= "wallmounted", walkable = false, buildable_to = true, - groups = { dig_immediate = 3, not_in_creative_inventory=1, in_doc=1 }, + groups = { dig_immediate = 3, not_in_creative_inventory=1, }, drop = "", is_ground_content = false, after_place_node = function(pos, placer, itemstack, pointed_thing)