added food group for bamboo_sprout
This commit is contained in:
parent
bece919362
commit
ec0f2899cc
@ -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(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user