From edb2c81ecb5399bfbe34ee09ad90bbbc0582266b Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 6 Feb 2017 19:26:08 +0100 Subject: [PATCH] Grass path is no soil --- mods/mcl_core/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/mcl_core/nodes.lua b/mods/mcl_core/nodes.lua index be19b1b4..b4221e96 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(), })