From dc392e8adcbf1e751d2ac84455f11a18407a70d5 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Mon, 7 Jun 2021 09:12:30 +0100 Subject: [PATCH] remove mushroom override now that it's in default --- compatibility.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/compatibility.lua b/compatibility.lua index abc787f..1fdf620 100644 --- a/compatibility.lua +++ b/compatibility.lua @@ -15,13 +15,6 @@ minetest.override_item("default:apple", { leafdecay = 3, leafdecay_drop = 1} }) -if minetest.registered_nodes["flowers:mushroom_brown"] then -minetest.override_item("flowers:mushroom_brown", { - light_source = 1, - groups = {food_mushroom = 1, snappy = 3, attached_node = 1, flammable = 2} -}) -end - --= Aliases -- Banana