Skip to content

Commit a086476

Browse files
feat: mc version 1.21.4
1 parent e9c5b7b commit a086476

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

gradle.properties

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

55
# Fabric Properties
66
# check these on https://fabricmc.net/develop
7-
minecraft_version=1.21
8-
loader_version=0.15.11
7+
minecraft_version=1.21.4
8+
yarn_mappings=1.21.4+build.8
9+
loader_version=0.16.10
910

1011
# Mod Properties
1112
mod_version=2.1
1213
maven_group=bigbrainrobin29.durabilityguard
1314
archives_base_name=durability-guard
1415

1516
# Dependencies
16-
fabric_version=0.102.0+1.21
17-
yacl_version=3.5.0+1.21-fabric
18-
modmenu_version=11.0.1
17+
fabric_version=0.118.0+1.21.4
18+
yacl_version=3.6.2+1.21.4-fabric
19+
modmenu_version=13.0.1

src/main/resources/fabric.mod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
],
2828
"depends": {
2929
"fabricloader": ">=0.15.11",
30-
"minecraft": "~1.21",
31-
"java": ">=21",
30+
"minecraft": ">=1.21.2",
31+
"java": "*",
3232
"fabric-api": "*",
33-
"yet_another_config_lib_v3": ">=3.5.0"
33+
"yet_another_config_lib_v3": "*"
3434
},
3535
"suggests": {
3636
"another-mod": "*"

0 commit comments

Comments
 (0)