File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ minecraft {
1616
1717repositories {
1818 maven { url " https://maven.jamieswhiteshirt.com/libs-release/" }
19+ maven { url " https://maven.terraformersmc.com/releases/" }
20+ maven { url ' https://jitpack.io' }
1921}
2022
2123dependencies {
@@ -29,9 +31,9 @@ dependencies {
2931 // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
3032 // You may need to force-disable transitivity on them.
3133 // modCompile "com.jamieswhiteshirt:developer-mode:${project.developer_mode_version}"
32- modCompile " io.github.prospector :modmenu:${ project.mod_menu_version} "
34+ modCompile " com.terraformersmc :modmenu:${ project.mod_menu_version} "
3335
34- modRuntime " io .github.ultimateboomer:smoothboot-fabric :1.16.4 -1.4 .0"
36+ modRuntime " com .github.ultimateboomer:mc-smoothboot :1.16.5 -1.6 .0"
3537}
3638
3739processResources {
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G
44# Fabric Properties
55# check these on https://fabricmc.net/use
66minecraft_version =1.16.5
7- yarn_mappings =1.16.5+build.4
8- loader_version =0.11.1
7+ yarn_mappings =1.16.5+build.9
8+ loader_version =0.11.3
99
1010# Mod Properties
1111mod_name =resolutioncontrol
@@ -15,7 +15,7 @@ archives_base_name=resolution-control-plus
1515
1616# Dependencies
1717# https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api/
18- fabric_version =0.30.0 +1.16
18+ fabric_version =0.34.6 +1.16
1919
2020developer_mode_version =1.0.15
21- mod_menu_version =1.14.13+build.19
21+ mod_menu_version =1.16.9
You can’t perform that action at this time.
0 commit comments