forked from VoxeLibre/VoxeLibre
Mycelium is not cultivatable
This commit is contained in:
parent
e29a905ab8
commit
a2d58c2ed2
|
@ -270,7 +270,7 @@ minetest.register_node("default:mycelium", {
|
|||
is_ground_content = true,
|
||||
stack_max = 64,
|
||||
-- TODO: Add mushroom soil group
|
||||
groups = {crumbly=3, cultivatable=2},
|
||||
groups = {crumbly=3},
|
||||
drop = 'default:dirt',
|
||||
sounds = default.node_sound_dirt_defaults({
|
||||
footstep = {name="default_grass_footstep", gain=0.4},
|
||||
|
|
Loading…
Reference in New Issue