File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1112mod_version =2.1
1213maven_group =bigbrainrobin29.durabilityguard
1314archives_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
Original file line number Diff line number Diff line change 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" : " *"
You can’t perform that action at this time.
0 commit comments