Remove in_doc group

master
Wuzzy 2016-11-02 02:07:54 +01:00
parent 8acd489bec
commit 245d0b3398
1 changed files with 1 additions and 1 deletions

View File

@ -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)