From 8ad2c41d2102dd1d99dbc285d6368f6424aefac5 Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Fri, 5 May 2017 15:02:33 -0700 Subject: [PATCH] [antum_overrides] Disable override for coloredwood incompatibilities --- mods/mp_antum/overrides/crafting/coloredwood.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/mods/mp_antum/overrides/crafting/coloredwood.lua b/mods/mp_antum/overrides/crafting/coloredwood.lua index 56f81b4a..b1b1304a 100644 --- a/mods/mp_antum/overrides/crafting/coloredwood.lua +++ b/mods/mp_antum/overrides/crafting/coloredwood.lua @@ -47,8 +47,13 @@ minetest.register_alias('dye:lightgrey', 'dye:light_grey') local shadeless_colors = { + -- Incompatible with current coloredwood mod version + --[[ 'black', - 'grey', 'darkgrey', 'lightgrey' + 'grey', + 'darkgrey', + 'lightgrey', + --]] } for I in pairs(shadeless_colors) do @@ -59,6 +64,8 @@ end local base_colors = { + -- Incompatible with current coloredwood mod version + --[[ 'aqua', 'blue', 'cyan', @@ -71,6 +78,7 @@ local base_colors = { 'skyblue', 'violet', 'yellow' + --]] } for I in pairs(base_colors) do