From d991bf02bc082d5510add617d10ece6ecfcd29f5 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Fri, 31 May 2019 14:57:11 -0400 Subject: [PATCH] override the settings coloredwood (if present) adds to default fence, in the digilines copy thereof --- simple.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simple.lua b/simple.lua index 0450d1a..95eff25 100644 --- a/simple.lua +++ b/simple.lua @@ -250,6 +250,9 @@ for _, pole in ipairs(poles_tab) do {items = { matnode.."_digilines" } }, } } + def.palette = nil -- if the coloredwood mod exists and loads first, it'll create these + def.groups.ud_param2_colorable = nil -- settings, which we don't want in the cloned node. + minetest.register_node(":"..matnode.."_digilines", def) minetest.register_craft({