Make sapling no longer buildable_to

This commit is contained in:
Wuzzy 2016-11-30 21:44:45 +01:00
parent 1640cea375
commit 4bd534093d

View File

@ -44,7 +44,6 @@ minetest.register_node("ltool:sapling", {
paramtype = "light", paramtype = "light",
paramtype2= "wallmounted", paramtype2= "wallmounted",
walkable = false, walkable = false,
buildable_to = true,
groups = { dig_immediate = 3, not_in_creative_inventory=1, }, groups = { dig_immediate = 3, not_in_creative_inventory=1, },
drop = "", drop = "",
sunlight_propagates = true, sunlight_propagates = true,