Skip to content

LegacyModdingMC/Forgelin

 
 

Repository files navigation

Forgelin 2

CurseForge | Modrinth

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.
  • Provides Dispatchers.MinecraftServer and Dispatchers.MinecraftClient for dispatching coroutines during server tick and client tick, respectively

Usage with FPGradle

build.gradle.kts:

plugins {
    //...
    kotlin("jvm") version "2.2.21"
}
minecraft_fp {
    //...
    kotlin {
        forgelinVersion = "2.4.0-2.2.21"
    }
}

gradle.properties:

kotlin.stdlib.default.dependency=false

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

About

Fork of shadowfact's Forgelin that got backported to 1.7.10.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 64.6%
  • Java 35.4%