Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 762 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 762 Bytes

Forgelin 2

Fork of shadowfacts Forgelin.

Additions

  • Backport to 1.7.10
  • Updated to Kotlin 2.x
  • Dynamic kotlin downloading via FalsePatternLib (much smaller mod jar size!)
  • Provides a Forge ILanguageAdapter for using Kotlin object classes as your main mod class.

Usage with FPGradle

build.gradle.kts:

plugins {
    //...
    kotlin("jvm") version "LATEST_KOTLIN_VERSION"
}
minecraft_fp {
    //...
    kotlin {
        forgelinVersion = "LATEST_VERSION"
    }
}

gradle.properties:

kotlin.stdlib.default.dependency=false

The kotlin version that forgelin downloads is always in the suffix after the - in the version number