diff --git a/mods/mcl_core/nodes.lua b/mods/mcl_core/nodes.lua index be19b1b4a..b4221e966 100644 --- a/mods/mcl_core/nodes.lua +++ b/mods/mcl_core/nodes.lua @@ -276,7 +276,7 @@ minetest.register_node("mcl_core:grass_path", { {-0.5, -0.5, -0.5, 0.5, 0.4375, 0.5}, } }, - groups = { crumbly=3, not_in_creative_inventory=1, soil=2, soil_sapling=1 }, + groups = { crumbly=3, not_in_creative_inventory=1, }, sounds = mcl_core.node_sound_dirt_defaults(), })