Skip to content

Commit

Permalink
Add horizontal scrolling to config menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrptonaught committed Feb 29, 2024
1 parent b8e7605 commit 22824fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modImplementation('net.kyrptonaught:kyrptconfig:1.5.9-1.20.4')
include('net.kyrptonaught:kyrptconfig:1.5.9-1.20.4')
modImplementation('net.kyrptonaught:kyrptconfig:1.6.0-1.20.4')
include('net.kyrptonaught:kyrptconfig:1.6.0-1.20.4')

modImplementation ("com.terraformersmc:modmenu:9.0.0"){
transitive(false)
Expand Down

0 comments on commit 22824fc

Please sign in to comment.