[antum_overrides] Disable override for coloredwood incompatibilities

This commit is contained in:
AntumDeluge 2017-05-05 15:02:33 -07:00
parent 322de32889
commit 8ad2c41d21

View File

@ -47,8 +47,13 @@ minetest.register_alias('dye:lightgrey', 'dye:light_grey')
local shadeless_colors = { local shadeless_colors = {
-- Incompatible with current coloredwood mod version
--[[
'black', 'black',
'grey', 'darkgrey', 'lightgrey' 'grey',
'darkgrey',
'lightgrey',
--]]
} }
for I in pairs(shadeless_colors) do for I in pairs(shadeless_colors) do
@ -59,6 +64,8 @@ end
local base_colors = { local base_colors = {
-- Incompatible with current coloredwood mod version
--[[
'aqua', 'aqua',
'blue', 'blue',
'cyan', 'cyan',
@ -71,6 +78,7 @@ local base_colors = {
'skyblue', 'skyblue',
'violet', 'violet',
'yellow' 'yellow'
--]]
} }
for I in pairs(base_colors) do for I in pairs(base_colors) do