diff --git a/overrides/config-overrides/expert/randompatches.cfg b/overrides/config-overrides/expert/randompatches.cfg index 0d18882..601a736 100644 --- a/overrides/config-overrides/expert/randompatches.cfg +++ b/overrides/config-overrides/expert/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/256x.png + S:icon16=resources/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/256x.png + S:icon32=resources/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=logo/256x.png + S:icon256=resources/logo/256x.png # The Minecraft window title. # Default: Minecraft 1.12.2 diff --git a/overrides/config-overrides/normal/randompatches.cfg b/overrides/config-overrides/normal/randompatches.cfg index 10a74d2..e9f5855 100644 --- a/overrides/config-overrides/normal/randompatches.cfg +++ b/overrides/config-overrides/normal/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/256x.png + S:icon16=resources/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/256x.png + S:icon32=resources/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=logo/256x.png + S:icon256=resources/logo/256x.png # The Minecraft window title. # Default: Minecraft 1.12.2 diff --git a/overrides/config/randompatches.cfg b/overrides/config/randompatches.cfg index 10a74d2..e9f5855 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/256x.png + S:icon16=resources/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/256x.png + S:icon32=resources/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=logo/256x.png + S:icon256=resources/logo/256x.png # The Minecraft window title. # Default: Minecraft 1.12.2 diff --git a/overrides/logo/256x.png b/overrides/resources/logo/256x.png similarity index 100% rename from overrides/logo/256x.png rename to overrides/resources/logo/256x.png diff --git a/overrides/resources/minecraft/textures/gui/title/top.png b/overrides/resources/minecraft/textures/gui/title/top.png index e984024..df74260 100644 Binary files a/overrides/resources/minecraft/textures/gui/title/top.png and b/overrides/resources/minecraft/textures/gui/title/top.png differ