Make sapling no longer buildable_to

master
Wuzzy 2016-11-30 21:44:45 +01:00
parent 1640cea375
commit 4bd534093d
1 changed files with 0 additions and 1 deletions

View File

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