File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,18 @@ org.gradle.configuration-cache=false
77
88# Fabric Properties
99# check these on https://fabricmc.net/develop
10- minecraft_version =1.21.10
11- yarn_mappings =1.21.10 +build.2
12- loader_version =0.17.3
10+ minecraft_version =1.21.1
11+ yarn_mappings =1.21.1 +build.3
12+ loader_version =0.18.1
1313loom_version =1.13-SNAPSHOT
1414
15+ # Fabric API
16+ fabric_version =0.116.7+1.21.1
17+
1518# Mod Properties
16- mod_version =1.0.0+1.21.10
19+ mod_version =1.0.0+1.21.1
1720maven_group =com.midnightdoggo19.singleplayer
1821archives_base_name =singleplayer
1922
2023# Dependencies
21- fabric_version =0.138.3+1.21.10
22- modmenu_version =16.0.0-rc.1
24+ modmenu_version =11.0.3
Original file line number Diff line number Diff line change 2424 ],
2525 "depends" : {
2626 "fabricloader" : " >=0.17.3" ,
27- "minecraft" : " ~ 1.21.10 " ,
27+ "minecraft" : " 1.21.1 " ,
2828 "java" : " >=21" ,
2929 "fabric-api" : " *"
3030 },
You can’t perform that action at this time.
0 commit comments