From 156d096a78d76ac73672b62158a31686261ed9f6 Mon Sep 17 00:00:00 2001 From: SmokeyDope Date: Sun, 5 Feb 2023 23:30:41 +0000 Subject: [PATCH] Add compostability to warped fungus and crimson fungus --- mods/ITEMS/mcl_crimson/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ITEMS/mcl_crimson/init.lua b/mods/ITEMS/mcl_crimson/init.lua index 0c61f3cee..5f763ea74 100644 --- a/mods/ITEMS/mcl_crimson/init.lua +++ b/mods/ITEMS/mcl_crimson/init.lua @@ -74,7 +74,7 @@ minetest.register_node("mcl_crimson:warped_fungus", { sunlight_propagates = true, paramtype = "light", walkable = false, - groups = {dig_immediate=3,mushroom=1,attached_node=1,dig_by_water=1,destroy_by_lava_flow=1,dig_by_piston=1,enderman_takable=1,deco_block=1}, + groups = {dig_immediate=3,mushroom=1,attached_node=1,dig_by_water=1,destroy_by_lava_flow=1,dig_by_piston=1,enderman_takable=1,deco_block=1,compostability=65}, light_source = 1, sounds = mcl_sounds.node_sound_leaves_defaults(), node_placement_prediction = "", @@ -458,7 +458,7 @@ minetest.register_node("mcl_crimson:crimson_fungus", { sunlight_propagates = true, paramtype = "light", walkable = false, - groups = {dig_immediate=3,mushroom=1,attached_node=1,dig_by_water=1,destroy_by_lava_flow=1,dig_by_piston=1,enderman_takable=1,deco_block=1}, + groups = {dig_immediate=3,mushroom=1,attached_node=1,dig_by_water=1,destroy_by_lava_flow=1,dig_by_piston=1,enderman_takable=1,deco_block=1,compostability=65}, light_source = 1, sounds = mcl_sounds.node_sound_leaves_defaults(), selection_box = {