Skip to content

Commit

Permalink
Get kotlinforforge from curse maven instead
Browse files Browse the repository at this point in the history
  • Loading branch information
StewStrong committed Oct 11, 2023
1 parent 8b4f026 commit 9445389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ dependencies {
//modImplementation("curse.maven:tis3d-238603:3738437")
//modImplementation("curse.maven:markdownmanual-502485:3738124")

// Add Kotlin for Forge.
forgeRuntimeLibrary("thedarkcolour:kotlinforforge:3.12.0")
// Add Kotlin for Forge (3.12.0)
forgeRuntimeLibrary('curse.maven:kotlinforforge-351264:4513187')

// Cloth for config
include(modImplementation("me.shedaniel.cloth:cloth-config-forge:6.3.81"))
Expand Down

0 comments on commit 9445389

Please sign in to comment.