From 66cecf40c0d35ce384bc0a66f5c16e4a4b1f7ff4 Mon Sep 17 00:00:00 2001 From: Subaraki Date: Fri, 25 Oct 2019 23:25:16 +0200 Subject: [PATCH] updated json file with correct texture path --- .../assets/worldhandler/load_screens/wh_and_pga_compat.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/worldhandler/load_screens/wh_and_pga_compat.json b/src/main/resources/assets/worldhandler/load_screens/wh_and_pga_compat.json index 2f5ea9f..06b7727 100644 --- a/src/main/resources/assets/worldhandler/load_screens/wh_and_pga_compat.json +++ b/src/main/resources/assets/worldhandler/load_screens/wh_and_pga_compat.json @@ -2,7 +2,7 @@ "screens" : [{ "COMMENT" : "WORLD HANDLER SUPPORT", "class" : "exopandora.worldhandler.gui.container.impl.GuiWorldHandler", - "texture" : "publicguiannouncement:textures/gui/modsupport/worldhandler/world_handler.png", + "texture" : "worldhandler:textures/gui/world_handler.png", "size" : [248, 188] }] }