forked from mtcontrib/colormachine
changed name for light grey paint
This commit is contained in:
parent
25456d9dff
commit
078447b816
2
init.lua
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user