We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e49470 commit 7672178Copy full SHA for 7672178
gradle.properties
@@ -7,10 +7,10 @@ org.gradle.parallel=true
7
# https://www.curseforge.com/minecraft/mc-mods/fabric-api
8
minecraft_version=1.20.2
9
yarn_mappings=1.20.2+build.4
10
-loader_version=0.14.22
+loader_version=0.15.0
11
12
#Fabric api
13
-fabric_version=0.89.3+1.20.2
+fabric_version=0.91.1+1.20.2
14
15
# Mod Properties
16
mod_version = 1.6.1-MC1.20.2
src/main/resources/fabric.mod.json
@@ -40,7 +40,7 @@
40
],
41
42
"depends": {
43
- "fabricloader": ">=0.14.19",
+ "fabricloader": ">=0.15.0",
44
"fabric-api": ">=0.79.1",
45
"minecraft": "~1.20-alpha.23.17.a",
46
"java": ">=17"
0 commit comments