aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2023-05-27 04:15:00 -0400
committerAaron <51387595+AzureAaron@users.noreply.github.com>2023-06-17 01:32:14 -0400
commit0a07a44eab9b65dd2fe5d2e3b69b6122b4cddd68 (patch)
tree3ee63d84dcef7fc36919c2dd5e02fa0f4b5704c0
parentc108bf1e72f52b011db493bd452022a7ae8901fc (diff)
downloadSkyblocker-0a07a44eab9b65dd2fe5d2e3b69b6122b4cddd68.tar.gz
Skyblocker-0a07a44eab9b65dd2fe5d2e3b69b6122b4cddd68.tar.bz2
Skyblocker-0a07a44eab9b65dd2fe5d2e3b69b6122b4cddd68.zip
1.20-pre6
-rw-r--r--gradle.properties8
-rw-r--r--src/main/resources/fabric.mod.json6
2 files changed, 7 insertions, 7 deletions
diff --git a/gradle.properties b/gradle.properties
index 29e15b0b..f5f10ba5 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -2,13 +2,13 @@ org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -Duser.language=en -Duser.countr
# Fabric Properties (https://fabricmc.net/versions.html)
## 1.19.4
-minecraft_version=1.20-pre4
-yarn_mappings=1.20-pre4+build.3
-loader_version=0.14.19
+minecraft_version=1.20-pre6
+yarn_mappings=1.20-pre6+build.2
+loader_version=0.14.21
#Fabric api
## 1.19.4
-fabric_api_version=0.81.2+1.20
+fabric_api_version=0.82.1+1.20
# Dependencies
## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files)
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 80588b7e..fa0c44d8 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -29,10 +29,10 @@
"skyblocker.mixins.json"
],
"depends": {
- "fabricloader": ">=0.14.19",
- "fabric-api": ">=0.81.2+1.20",
+ "fabricloader": ">=0.14.21",
+ "fabric-api": ">=0.82.1.20",
"cloth-config2": "*",
- "minecraft": "~1.20-beta.4"
+ "minecraft": "~1.20-beta.6"
},
"custom": {
"modmenu": {