updated version and optional dependencies

This commit is contained in:
RyanTLG
2022-03-30 17:07:36 +02:00
parent f3eb0328ff
commit 2dc4f7eaf9
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -32,6 +32,6 @@
"java": ">=17"
},
"suggests": {
"darkevolution": "1.18.1-*"
"darkevolution": "*"
}
}