diff --git a/gradle.properties b/gradle.properties index e9b88b0..6693c5a 100755 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx2G loader_version=0.12.12 # Mod Properties - mod_version = 1.18.1-0.6.2 + mod_version = 1.18.1-0.6.5 maven_group = ryantlg.GamerMod.mod archives_base_name = GamerMod diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6ac720c..74b9727 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -32,6 +32,6 @@ "java": ">=17" }, "suggests": { - "darkevolution": "1.18.1-*" + "darkevolution": "*" } }