Skip to content

Commit eed8171

Browse files
committed
Tested upto 1.21.5
1 parent 05b9167 commit eed8171

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G
33

44
# Fabric Properties
55
# check these on https://fabricmc.net/develop
6-
minecraft_version=1.21.2
7-
yarn_mappings=1.21.2+build.1
6+
minecraft_version=1.21.5
7+
yarn_mappings=1.21.5+build.1
88
loader_version=0.16.10
99

1010
# Mod Properties

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222

2323
"depends": {
2424
"fabricloader": ">=0.11.3",
25-
"minecraft": ">=1.21.2<=1.21.4"
25+
"minecraft": ">=1.21.2"
2626
}
2727
}

0 commit comments

Comments
 (0)