diff --git a/overrides/config/randompatches.cfg b/overrides/config/randompatches.cfg index 1234e3e..10a74d2 100644 --- a/overrides/config/randompatches.cfg +++ b/overrides/config/randompatches.cfg @@ -96,17 +96,17 @@ client { # The path to the 16x16 Minecraft window icon. # Leave this and the 32x32 icon blank to use the default icon. # Default: - S:icon16=logo/16x.png + S:icon16=logo/256x.png # The path to the 32x32 Minecraft window icon. # Leave this and the 16x16 icon blank to use the default icon. # Default: - S:icon32=logo/32x.png + S:icon32=logo/256x.png # The path to the 256x256 window icon which is used on Mac OS X. # Leave this, the 16x16 icon and the 32x32 icon blank to use the default icon. # Default: - S:icon256=logo128x.png + S:icon256=logo/256x.png # The Minecraft window title. # Default: Minecraft 1.12.2 diff --git a/overrides/logo/128x.png b/overrides/logo/128x.png deleted file mode 100644 index 5e98c72..0000000 Binary files a/overrides/logo/128x.png and /dev/null differ diff --git a/overrides/logo/16x.png b/overrides/logo/16x.png deleted file mode 100644 index f82536a..0000000 Binary files a/overrides/logo/16x.png and /dev/null differ diff --git a/overrides/logo/256x.png b/overrides/logo/256x.png new file mode 100644 index 0000000..9753bf6 Binary files /dev/null and b/overrides/logo/256x.png differ diff --git a/overrides/logo/32x.png b/overrides/logo/32x.png deleted file mode 100644 index a771611..0000000 Binary files a/overrides/logo/32x.png and /dev/null differ