is_ground_content=false for sapling

master
Wuzzy 2016-11-02 01:22:00 +01:00
parent e4de7a788a
commit 1469f83d4b
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ minetest.register_node("ltool:sapling", {
buildable_to = true,
groups = { dig_immediate = 3, not_in_creative_inventory=1, in_doc=1 },
drop = "",
is_ground_content = false,
after_place_node = function(pos, placer, itemstack, pointed_thing)
-- Transfer metadata and start timer
local nodemeta = minetest.get_meta(pos)