Shadowfacts Forgelin Mod (Kotlin language adapter for Forge)

I’ve tested a lot of Minecraft mods that sound cool on paper but feel kind of forgettable in-game. Shadowfacts Forgelin Mod (Kotlin language adapter for Forge) is more interesting than that, mostly because it actually changes how the world feels instead of just adding random clutter. 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

Quick note: this is a fan-made Minecraft guide and is not an official Minecraft product or connected with Mojang/Microsoft.


Post a Comment