Mod
Forgelin: Legacy
No reviews yet
Kotlin support for Forge. Based on Shadowfacts' Forgelin, ported to 1.7.10, with additional features.
Provides a framework or library for other mods to use.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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
ILanguageAdapterfor using Kotlinobjectclasses 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
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
ILanguageAdapterfor using Kotlinobjectclasses 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
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers