aboutsummaryrefslogtreecommitdiff
path: root/mod/src
diff options
context:
space:
mode:
Diffstat (limited to 'mod/src')
-rwxr-xr-xmod/src/main/java/kr/syeyoung/dungeonsguide/mod/DungeonsGuide.java3
-rw-r--r--mod/src/main/resources/versionMeta.properties20
2 files changed, 3 insertions, 20 deletions
diff --git a/mod/src/main/java/kr/syeyoung/dungeonsguide/mod/DungeonsGuide.java b/mod/src/main/java/kr/syeyoung/dungeonsguide/mod/DungeonsGuide.java
index 3df65e42..f4ec6ec0 100755
--- a/mod/src/main/java/kr/syeyoung/dungeonsguide/mod/DungeonsGuide.java
+++ b/mod/src/main/java/kr/syeyoung/dungeonsguide/mod/DungeonsGuide.java
@@ -269,6 +269,9 @@ public class DungeonsGuide implements DGInterface {
VersionInfo.checkAndOpen();
+
+
+
Minecraft.getMinecraft().refreshResources();
// Fix Parallel universe not working when player joins hypickle before dg loads
diff --git a/mod/src/main/resources/versionMeta.properties b/mod/src/main/resources/versionMeta.properties
deleted file mode 100644
index 4761f6c3..00000000
--- a/mod/src/main/resources/versionMeta.properties
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Dungeons Guide - The most intelligent Hypixel Skyblock Dungeons Mod
-# Copyright (C) 2023 cyoung06 (syeyoung)
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Affero General Public License as published
-# by the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Affero General Public License for more details.
-#
-# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see <https://www.gnu.org/licenses/>.
-#
-
-VERSION=4.0.0-beta4.0
-MANDATORY_VERSION=0 \ No newline at end of file