Skip to content

Commit 06e7e2c

Browse files
Update dependency versions
1 parent 620a749 commit 06e7e2c

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ minecraft {
1616

1717
repositories {
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

2123
dependencies {
@@ -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

3739
processResources {

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G
44
# Fabric Properties
55
# check these on https://fabricmc.net/use
66
minecraft_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
1111
mod_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

2020
developer_mode_version=1.0.15
21-
mod_menu_version=1.14.13+build.19
21+
mod_menu_version=1.16.9

0 commit comments

Comments
 (0)