aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorTrương Hoàng Long <longtruong2411@gmail.com>2023-03-29 04:01:16 +0200
committerGitHub <noreply@github.com>2023-03-29 04:01:16 +0200
commit71d1c240fbde9372afa8e2a2388218fff33eb04b (patch)
treee203e0dd40aecdf90ca659660902035805b73f51 /gradle.properties
parent78215e4d9cf83635d7ab5a6474170ac673cae525 (diff)
parentb6c8fee9891d39c8d2af690757852a123c8ad4c2 (diff)
downloadSkyblocker-71d1c240fbde9372afa8e2a2388218fff33eb04b.tar.gz
Skyblocker-71d1c240fbde9372afa8e2a2388218fff33eb04b.tar.bz2
Skyblocker-71d1c240fbde9372afa8e2a2388218fff33eb04b.zip
Merge pull request #109 from Julienraptor01/1.19.3
Update to 1.19.3
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties23
1 files changed, 15 insertions, 8 deletions
diff --git a/gradle.properties b/gradle.properties
index dd7af5a8..f1ea4278 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,22 +1,29 @@
org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US
# Fabric Properties (https://fabricmc.net/versions.html)
-minecraft_version=1.19.2
-yarn_mappings=1.19.2+build.1
-loader_version=0.14.8
+## 1.19.3
+minecraft_version=1.19.3
+yarn_mappings=1.19.3+build.5
+## 1.19.2
+#minecraft_version=1.19.2
+#yarn_mappings=1.19.2+build.28
+loader_version=0.14.12
#Fabric api
-fabric_version=0.58.6+1.19.2
+## 1.19.3
+fabric_version=0.72.0+1.19.3
+## 1.19.2
+#fabric_version=0.72.0+1.19.2
# Dependencies
## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files)
-clothconfig_version=7.0.65
+clothconfig_version=9.0.94
## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files)
-mod_menu_version=4.0.6
+mod_menu_version=5.0.2
# Mod Properties
-mod_version = 1.8.2
+mod_version = 1.8.3-beta
maven_group = me.xmrvizzy
archives_base_name = skyblocker
modrinth_id=y6DuFGwJ
-suported_version=1.19.2 \ No newline at end of file
+suported_version=1.19.3 \ No newline at end of file