Tags
Creators
Details
0.2.1+Fabric-26.2
Compatibility
Changes
Small support update for 26.2, focused on broader localization, restored JEI support, and the new public Wiki.
Highlights:
Localization support has been expanded with new German, French, Korean, and Traditional Chinese translations.
JEI support for 26.2 has been re-enabled, bringing Runeforged recipe views and preview entries back through the current JEI API.
The official Runeforged Wiki is now available: https://tinydove.github.io/runeforged-wiki/
Localization:
- Added German, French, Korean, and Traditional Chinese localizations.
JEI and Compatibility:
- Enabled the Runeforged JEI plugin entry for 26.2 builds.
- JEI remains optional and is now listed as a suggested dependency.
Wiki and Release Links:
- Added the official Wiki link: https://tinydove.github.io/runeforged-wiki/
- Added the Wiki link to Mod Menu's link list.
- The Wiki provides English and Simplified Chinese player-facing documentation for installation, equipment progression, combat, monsters, obtaining resources, and reference tables.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Co8e7VJI:RTrZCBMY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Co8e7VJI:RTrZCBMY"
}

