diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-10-31 21:53:29 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-10-31 21:53:29 +0000 |
commit | 653d4c93d3ac44949030aa6d8f0be75267660f23 (patch) | |
tree | d5a011b0feaa2d858e08e76c562bd547da68a17e | |
parent | afb7ef04d052089c0ec4e780f252eeaa2da74a11 (diff) |
Fix bamboo sprout growing
-rw-r--r-- | sapling.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapling.lua b/sapling.lua index 1a2192e..57247ac 100644 --- a/sapling.lua +++ b/sapling.lua @@ -13,7 +13,7 @@ minetest.register_node("ethereal:bamboo_sprout", { walkable = false, groups = { snappy = 3, attached_node = 1, flammable = 2, - dig_immediate = 3, sapling = 1 + dig_immediate = 3, ethereal_sapling = 1 }, sounds = default.node_sound_defaults(), selection_box = { |