diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-25 18:52:22 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-25 18:52:22 +0100 |
commit | 2f904e9e885d3a381131fec8a8658aacde782281 (patch) | |
tree | c4768ff8a6a11342f825980827c5b414571f4586 | |
parent | 57c45e873939085993dab30a558578389460a93a (diff) |
added bamboo sprout to sapling group
-rw-r--r-- | sapling.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapling.lua b/sapling.lua index 6208ce9..431ebe6 100644 --- a/sapling.lua +++ b/sapling.lua @@ -13,7 +13,7 @@ minetest.register_node("ethereal:bamboo_sprout", { walkable = false, groups = { food_bamboo_sprout = 1, snappy = 3, attached_node = 1, flammable = 2, - dig_immediate = 3, ethereal_sapling = 1 + dig_immediate = 3, ethereal_sapling = 1, sapling = 1, }, sounds = default.node_sound_defaults(), selection_box = { |