added food group for bamboo_sprout

This commit is contained in:
TenPlus1 2018-03-12 17:04:13 +00:00
parent bece919362
commit ec0f2899cc

View File

@ -12,7 +12,7 @@ minetest.register_node("ethereal:bamboo_sprout", {
sunlight_propagates = true, sunlight_propagates = true,
walkable = false, walkable = false,
groups = { 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 dig_immediate = 3, ethereal_sapling = 1
}, },
sounds = default.node_sound_defaults(), sounds = default.node_sound_defaults(),