changed name for light grey paint

This commit is contained in:
Sokomine 2014-01-03 22:28:38 +01:00
parent 25456d9dff
commit 078447b816
1 changed files with 1 additions and 1 deletions

View File

@ -1493,7 +1493,7 @@ colormachine.init = function()
-- lightgrey exists only in unifieddyes
if( i== 2 ) then
if( colormachine.data[ 'unifieddyes_' ].installed == 1 ) then
dye_name = 'unifieddyes:'..k;
dye_name = 'unifieddyes:lightgrey_paint'; --'unifieddyes:'..k;
else
dye_name = '';
end