1
0
mirror of https://github.com/Sokomine/colormachine.git synced 2024-09-27 15:00:19 +02:00

changed name for light grey paint

This commit is contained in:
Sokomine 2014-01-03 22:28:38 +01:00
parent 25456d9dff
commit 078447b816

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