From 5a746b5f29caf5e8038a965e2549f3784638f905 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 14 May 2017 00:49:35 +0200 Subject: [PATCH] Make sugarcanes a non-mycelium plant --- mods/ITEMS/mcl_core/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ITEMS/mcl_core/nodes.lua b/mods/ITEMS/mcl_core/nodes.lua index f419b8905..c94648e07 100644 --- a/mods/ITEMS/mcl_core/nodes.lua +++ b/mods/ITEMS/mcl_core/nodes.lua @@ -1278,7 +1278,7 @@ minetest.register_node("mcl_core:reeds", { }, }, stack_max = 64, - groups = {dig_immediate=3, craftitem=1, dig_by_piston=1}, + groups = {dig_immediate=3, craftitem=1, non_mycelium_plant=1, dig_by_piston=1}, sounds = mcl_sounds.node_sound_leaves_defaults(), _mcl_blast_resistance = 0, _mcl_hardness = 0,