From dd49767960b17d53c83434d24decaa7abce45936 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Mon, 21 Jun 2021 05:21:55 -0400 Subject: [PATCH] update plantlife --- mods/trunks/nodes.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mods/trunks/nodes.lua b/mods/trunks/nodes.lua index cc7f9197..60c02ec9 100644 --- a/mods/trunks/nodes.lua +++ b/mods/trunks/nodes.lua @@ -97,6 +97,7 @@ for r = 0, 3 do node_box = cbox, groups = {snappy = 3, flammable = 3, attached_node=1, not_in_creative_inventory = r}, sounds = default.node_sound_leaves_defaults(), + drop = "trunks:moss_plain_0", }) ----------------------------------------------------------------------------------------------- @@ -115,6 +116,7 @@ for r = 0, 3 do node_box = cbox, groups = {snappy = 3, flammable = 3, attached_node=1, not_in_creative_inventory = r}, sounds = default.node_sound_leaves_defaults(), + drop = "trunks:moss_with_fungus_0", }) end