diff --git a/init.lua b/init.lua index 4a662b4..922771e 100644 --- a/init.lua +++ b/init.lua @@ -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