We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecbd73 commit ad47565Copy full SHA for ad47565
gradle.properties
@@ -8,8 +8,8 @@ loader_version=0.16.14
8
loom_version=1.11.+
9
10
# Dependencies
11
-fabric_version=0.129.0+1.21.8
12
-polymer_version=0.13.7+1.21.8
+fabric_version=0.131.0+1.21.8
+polymer_version=0.13.9+1.21.8
13
server_translations_version=2.5.1+1.21.5
14
packet_tweaker_version=0.6.0-pre.1+1.21.2-pre3
15
fantasy_version=0.6.7+1.21.5
src/main/resources/fabric.mod.json
@@ -24,9 +24,9 @@
24
}
25
},
26
"depends": {
27
- "fabricloader": ">=0.14",
28
- "fabric": "*",
29
- "minecraft": ">=1.21.5-",
+ "fabricloader": ">=0.16",
+ "fabric-api": "*",
+ "minecraft": ">=1.21.7-",
30
"polymer-core": "*",
31
"fabric-permissions-api-v0": "*",
32
"java": ">=21"
0 commit comments