Skip to content

Commit 22824fc

Browse files
committed
Add horizontal scrolling to config menu
1 parent b8e7605 commit 22824fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ dependencies {
2727
// Fabric API. This is technically optional, but you probably want it anyway.
2828
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
2929

30-
modImplementation('net.kyrptonaught:kyrptconfig:1.5.9-1.20.4')
31-
include('net.kyrptonaught:kyrptconfig:1.5.9-1.20.4')
30+
modImplementation('net.kyrptonaught:kyrptconfig:1.6.0-1.20.4')
31+
include('net.kyrptonaught:kyrptconfig:1.6.0-1.20.4')
3232

3333
modImplementation ("com.terraformersmc:modmenu:9.0.0"){
3434
transitive(false)

0 commit comments

Comments
 (0)