From 245d0b3398ae0403e3710d710d956bac7a68ffa2 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 2 Nov 2016 02:07:54 +0100 Subject: [PATCH] Remove in_doc group --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)