-->

Shadowfacts Forgelin Mod (Kotlin language adapter for Forge)


 Forgelin Library Mod 1.13.2, 1.12.2, 1.11.2 by Minecraft Shadowfacts is a Kotlin language adaptor for Forge that includes the Kotlin standard library, reflect library and runtime.

  • Shades the Kotlin standard library, runtime, and reflect libraries for you.
  • Provides a Forge ILanguageAdapter that allows you to use Kotlin object classes as your primary mod class.
  • This package includes a Kotlin language adapter for Forge as well as the Kotlin standard, reflect, coroutines, and runtime libraries.

Shadowfacts' Forgelin Mod 1.13.2, 1.12.2 1.11.2 (Kotlin language adapter for Forge)
Shadowfacts' Forgelin Mod (Kotlin language adapter for Forge)


How to Use the Forgelin Library from Shadowfacts

repositories {

    maven {

        url "http://mvn.rx14.co.uk/shadowfacts/"

    }

}


dependencies {

    compile group: "net.shadowfacts", name: "Forgelin", version: "LATEST_VERSION"

}


Download Shadowfacts' Forgelin Library Mod for Minecraft 1.13.2

Download Shadowfacts' Forgelin Library Mod for Minecraft 1.12.2

Download Shadowfacts' Forgelin Library Mod for Minecraft 1.11.2

Download Shadowfacts' Forgelin Library Mod for Minecraft 1.11

Download Shadowfacts' Forgelin Library Mod for Minecraft 1.10.2


See Also

Comments