Tags
Creators
Details
0.6.2-forge+1.20.1
Compatibility
Changes
Exclusive Forge port
This is a commissioned Forge port released for 1.20.1 of the 0.6.2 version of the mod.
It is not subject to being updated unless commissioned for it.
Due to Forge base modifications of the game, the already experimental features are aledgedly even more unstabled than on Fabric.
If you wish to see this port get updated, please head on to the Discord Server or the developper's Ko-Fi page in order to discuss commission fees.
As this was commissioned as a 1-to-1 port of the 0.6.1 then 0.6.2 version of the mod, Curios integration is not included, as it is not a part of the base mod.
This version is exceptionally allowed to be contained on CurseForge ONLY for the Hue: Reluminated modpack
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| blahaj-forge+1.20.1-0.6.2-sources.jar | Unknown | 79.36 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:faitfqhg:AAMKvXNn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:faitfqhg:AAMKvXNn"
}

