diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-12 17:04:13 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-12 17:04:13 +0000 |
commit | ec0f2899cc0fda292bc30c45fe8ad55e25d44b8b (patch) | |
tree | 06aafde6381c9fa1f870da7e768762eff2d86d29 | |
parent | bece919362c6c2cd1f6489d2a87f71663b54d74c (diff) |
added food group for bamboo_sprout
-rw-r--r-- | sapling.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapling.lua b/sapling.lua index d616ffc..6208ce9 100644 --- a/sapling.lua +++ b/sapling.lua @@ -12,7 +12,7 @@ minetest.register_node("ethereal:bamboo_sprout", { sunlight_propagates = true, walkable = false, groups = { - snappy = 3, attached_node = 1, flammable = 2, + food_bamboo_sprout = 1, snappy = 3, attached_node = 1, flammable = 2, dig_immediate = 3, ethereal_sapling = 1 }, sounds = default.node_sound_defaults(), |