Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.6
Release
Alfheim 1.6last year 122.7K
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Any compatible version
Changes
Alfheim Version 1.6 Changelog - 2025-06-23
Added
- Alfheim will now attempt to hijack the mixins of Phosphor/Hesperus if it is installed and log a warning
Changed
- Now requires MixinBooter 10.6 and up
- Changed the URL in the mod menu to point to GitHub instead of CurseForge
- World's lighting engines are now lazily initialized
Fixed
Internal
- Removed the
comformVisibilityoverwrite inmixins.alfheim.jsonas it is no longer required with MixinBooter 9.4 and above - Only generate sources jar for releases
- Switched from Javadoc to Markdowndoc
- Now uses tab indentation rather than spaces (This is an experiment that will continue to pop up on other Red Studio projects if everything goes well)
- Update to use Gradle best practices
- Remove
@versiontag from classes - Updated dependencies:
- Updated to gradle-buildconfig-plugin 5.6.6
- Updated to gradle-idea-ext-plugin 1.1.10
- Updated to io.freefair.lombok 8.14
- Updated to RetroFuturaGradle 1.4.5
- Updated to foojay-resolver 1.0.0
- Updated to MixinBooter 10.6
- Updated to Gradle 8.14.2
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Alfheim-1.6-sources.jar | Unknown | 53.74 KiB |
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:srzJgOEn:CbatFFab"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:srzJgOEn:CbatFFab"
}

