We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50580f8 commit 2fcb63cCopy full SHA for 2fcb63c
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.20.5
8
-yarn_mappings=1.20.5+build.1
+minecraft_version=1.20.6
+yarn_mappings=1.20.6+build.1
9
loader_version=0.15.1
10
11
# Mod Properties
12
-mod_version=0.4.0-beta
+mod_version=0.4.1-beta
13
maven_group=com.mmodding.env.json
14
archives_base_name=env_json
15
16
# Dependencies
17
-fabric_version=0.97.5+1.20.5
+fabric_version=0.97.8+1.20.6
src/main/resources/fabric.mod.json
@@ -29,7 +29,7 @@
29
],
30
"depends": {
31
"fabricloader": ">=0.15.1",
32
- "minecraft": ">=1.20.5",
+ "minecraft": ">=1.20.5 <=1.20.6",
33
"java": ">=21",
34
"fabric-api": "*"
35
},
0 commit comments