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 4b1c270 commit 6069276Copy full SHA for 6069276
gradle.properties
@@ -8,7 +8,7 @@ yarn_mappings=1.20.6+build.1
8
loader_version=0.15.10
9
10
# Mod Properties
11
-mod_version=0.6.0
+mod_version=0.6.1
12
maven_group=xyz.nucleoid
13
archives_base_name=fantasy
14
src/main/resources/fabric.mod.json
@@ -20,7 +20,7 @@
20
},
21
"depends": {
22
"fabricloader": ">=0.15.10",
23
- "minecraft": ">=1.20.5-",
+ "minecraft": "1.20.6",
24
"fabric-api": "*",
25
"java": ">=21"
26
}
0 commit comments