Skip to content

Commit 2fcb63c

Browse files
Version Bump
1 parent 50580f8 commit 2fcb63c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ org.gradle.parallel=true
44

55
# Fabric Properties
66
# check these on https://fabricmc.net/develop
7-
minecraft_version=1.20.5
8-
yarn_mappings=1.20.5+build.1
7+
minecraft_version=1.20.6
8+
yarn_mappings=1.20.6+build.1
99
loader_version=0.15.1
1010

1111
# Mod Properties
12-
mod_version=0.4.0-beta
12+
mod_version=0.4.1-beta
1313
maven_group=com.mmodding.env.json
1414
archives_base_name=env_json
1515

1616
# Dependencies
17-
fabric_version=0.97.5+1.20.5
17+
fabric_version=0.97.8+1.20.6

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"depends": {
3131
"fabricloader": ">=0.15.1",
32-
"minecraft": ">=1.20.5",
32+
"minecraft": ">=1.20.5 <=1.20.6",
3333
"java": ">=21",
3434
"fabric-api": "*"
3535
},

0 commit comments

Comments
 (0)