Make sapling no longer buildable_to
This commit is contained in:
parent
1640cea375
commit
4bd534093d
1
init.lua
1
init.lua
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user