Skip to content

Commit 122b61a

Browse files
committed
Update mod menu to latest available version
1 parent 61ad012 commit 122b61a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ dependencies {
9191
modCompileOnly "maven.modrinth:minecraftcapes:${project.minecraftcapes_version}"
9292

9393
// Only needed during development
94-
// modLocalRuntime "com.terraformersmc:modmenu:${project.modmenu_version}"
94+
modLocalRuntime "com.terraformersmc:modmenu:${project.modmenu_version}"
9595
modLocalRuntime "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_version}"
9696
// https://github.com/DJtheRedstoner/DevAuth/issues/24
9797
// modLocalRuntime "me.djtheredstoner:DevAuth-fabric:1.2.1"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ mod_license_spdx_id=LGPL-2.1-or-later
1313
mod_license_url=https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
1414
# Additional
1515
fabric_api_version=0.139.4+1.21.11
16-
modmenu_version=16.0.0-rc.1
16+
modmenu_version=17.0.0-alpha.1
1717
skinshuffle_version=2.10.0+1.21.10
1818
minecraftcapes_version=fabric-1.21.10-12.4.0

0 commit comments

Comments
 (0)