Mycelium is not cultivatable

This commit is contained in:
Wuzzy 2017-01-10 04:07:51 +01:00
parent e29a905ab8
commit a2d58c2ed2
1 changed files with 1 additions and 1 deletions

View File

@ -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},