Skip to content

Commit

Permalink
Fix keybind journeymap (#110)
Browse files Browse the repository at this point in the history
* Prevent unbinded Journeymap keybinds from triggering when pressing certain keys

* Added an Enum for category names
  • Loading branch information
Alexdoru authored Sep 16, 2022
1 parent 6ff95a3 commit 5bc7512
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 95 deletions.
1 change: 1 addition & 0 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies {
compileOnly("com.github.GTNewHorizons:Galacticraft:3.0.44-GTNH:dev")
compileOnly("com.github.GTNewHorizons:Baubles:1.0.1.14:dev")
compileOnly fileTree(dir: 'dependencies', includes: ['TravellersGear-1.7.10-1.16.8-GTNH.jar'])
compileOnly('curse.maven:journeymap-32274:2367915')

// Thermos Compat, compile only not run in dev by default
compileOnly files("dependencies/Thermos-1.7.10-1614-stripped.jar")
Expand Down
Loading

0 comments on commit 5bc7512

Please sign in to comment.