Fix bamboo sprout growing
This commit is contained in:
parent
afb7ef04d0
commit
653d4c93d3
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user