Mineuniverse
Log in Register
Mods

Forgelin: Legacy

Kotlin support for Forge. Based on Shadowfacts' Forgelin, ported to 1.7.10, with additional features.
by FalsePattern
Download Claim this project
2,087 downloads
0 likes
Updated Jul 6, 2026
0 hypes
API and Library

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

2.4.0
MC Forge, 1.7.10
Release 2025-11-23 Get

More from FalsePattern

EndlessIDs
85,900
GasStation
82,942
SwanSong Shaders
6,752
Lumi Lighting Engine Optimizer
6,637
WorldEdit Enhanced (1.7 Forge)
5,498
BeautifulTNTs
4,780

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314