diff --git a/overrides/config/randompatches.cfg b/overrides/config/randompatches.cfg index f82da0a..1234e3e 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= + S:icon16=logo/16x.png # The path to the 32x32 Minecraft window icon. # Leave this and the 16x16 icon blank to use the default icon. # Default: - S:icon32= + S:icon32=logo/32x.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= + S:icon256=logo128x.png # The Minecraft window title. # Default: Minecraft 1.12.2 diff --git a/overrides/logo/128x.png b/overrides/logo/128x.png new file mode 100644 index 0000000..5e98c72 Binary files /dev/null and b/overrides/logo/128x.png differ diff --git a/overrides/logo/16x.png b/overrides/logo/16x.png new file mode 100644 index 0000000..f82536a Binary files /dev/null and b/overrides/logo/16x.png differ diff --git a/overrides/logo/32x.png b/overrides/logo/32x.png new file mode 100644 index 0000000..a771611 Binary files /dev/null and b/overrides/logo/32x.png differ