Links
Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 3 weeks ago
All versions
1.2.0+release.61+1.20.1
Release
1.2.0+release.61 for 1.20.12 years ago 4,562
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Changes
This version is uploaded automatically by GitHub Actions.
Changelog:
- 9014305f This branch is now only for 1.20.4 - Rafael
- abffd7ca Check if the hostname is an IP address before trying to revolve its txt records - varun7654
- b6e05815 Merge pull request #30 from varun7654/fabric/1.20.x - Rafael
- 789dd127 ⏫ Updated mod to 1.20.6 (Testing required) - HttpRafa
- 3d3cbb8a 🔨 Fixed problem with new NeoForge versions - HttpRafa
- dbebcbc0 🔨 Fixed https://github.com/HttpRafa/modflared/issues/32 - HttpRafa
- 06a4562d Backport changes to 1.20.4 (#36) - Rafael
- 68a760c0 Merge remote-tracking branch 'refs/remotes/origin/multi/latest' into multi/1.20.4 - HttpRafa
- 4087978f 🔨 Backported changes from latest to 1.20.4 - HttpRafa
- b554c5e6 Merge branch 'refs/heads/multi/1.20.4' into multi/1.20.1 - HttpRafa
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:uRHq6kbO:6sx0Vsi0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uRHq6kbO:6sx0Vsi0"
}

