mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Mycelium is not cultivatable
This commit is contained in:
@ -270,7 +270,7 @@ minetest.register_node("default:mycelium", {
|
|||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
-- TODO: Add mushroom soil group
|
-- TODO: Add mushroom soil group
|
||||||
groups = {crumbly=3, cultivatable=2},
|
groups = {crumbly=3},
|
||||||
drop = 'default:dirt',
|
drop = 'default:dirt',
|
||||||
sounds = default.node_sound_dirt_defaults({
|
sounds = default.node_sound_dirt_defaults({
|
||||||
footstep = {name="default_grass_footstep", gain=0.4},
|
footstep = {name="default_grass_footstep", gain=0.4},
|
||||||
|
Reference in New Issue
Block a user