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 810a995 commit 608b65bCopy full SHA for 608b65b
2 files changed
gradle.properties
@@ -4,14 +4,14 @@ org.gradle.parallel=true
4
5
# Fabric Properties
6
# check these on https://fabricmc.net/develop
7
-minecraft_version=1.21.5
8
-yarn_mappings=1.21.5+build.1
9
-loader_version=0.16.13
+minecraft_version=1.21.7
+yarn_mappings=1.21.7+build.1
+loader_version=0.16.14
10
11
# Mod Properties
12
-mod_version=0.1.1
+mod_version=0.1.2+1.21.5
13
maven_group=me.emafire003.dev
14
archives_base_name=particleanimationlib
15
16
# Dependencies
17
-fabric_version=0.121.0+1.21.5
+fabric_version=0.128.1+1.21.7
src/main/resources/fabric.mod.json
@@ -25,7 +25,7 @@
25
],
26
"depends": {
27
"fabricloader": ">=0.15.0",
28
- "minecraft": ">=1.17-",
+ "minecraft": ">=1.21.5",
29
"java": ">=16"
30
},
31
"suggests": {
0 commit comments