Fix bamboo sprout growing

This commit is contained in:
TenPlus1 2016-10-31 21:53:29 +00:00
parent afb7ef04d0
commit 653d4c93d3

View File

@ -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 = {