nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Forgelin: Legacy

Forgelin: Legacy

Mod

Kotlin support for Forge. Based on Shadowfacts' Forgelin, ported to 1.7.10, with additional features.

Client or server Library

457 downloads
3 followers

This is a library mod designed to be used by other mods. It doesn't add any game features by itself, and is purely an API.

Additions

  • Backport to 1.7.10
  • Updated to Kotlin 2.x
  • Dynamic kotlin downloading via FPLib DepLoader (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

Information for mod developers below

  • 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

External resources


Project members

FalsePattern

Maintainer

basdxz

Co-Maintainer


Technical information

Client side
optional
Server side
optional
Project ID