Make dry shrubs buildable_to
authorPilzAdam <pilzadam@minetest.net>
Thu, 13 Jun 2013 15:15:42 +0000 (15:15 +0000)
committerPilzAdam <pilzadam@minetest.net>
Thu, 13 Jun 2013 15:15:42 +0000 (15:15 +0000)
mods/default/nodes.lua

index b74f81800645ccad14ae4db7403aee6147b2e614..a05d98b17e806d035189e042fa6ab2a2322090cd 100644 (file)
@@ -1159,6 +1159,7 @@ minetest.register_node("default:dry_shrub", {
        wield_image = "default_dry_shrub.png",
        paramtype = "light",
        walkable = false,
+       buildable_to = true,
        groups = {snappy=3,flammable=3,attached_node=1},
        sounds = default.node_sound_leaves_defaults(),
        selection_box = {