Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 weeks ago
All versions
FORGE-mc1.20.1-v1.6.0
Release
Chloride-FORGE/mc1.20.1/v1.6.0last year 1.63M
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Changes
RELEASE 1.6.0
- [✨] [1.21.1] Ported to NeoForge (Embeddium)
- [✨] Added blocklightOnly option to True Darkness
- 🛠️ This option will only darken the block light, not the sky light
- 🛠️ This option is disabled by default
- [✨] Enhanced FPS Display alignment
- 🛠️ Now you can choose between TOP, CENTER and BOTTOM
- 🛠️ Margin is now split for horizontal and vertical
- 🛠️ Increased maximum margin
- [✨] Added a helper text on JEI/REI/EMI when is nothing typed on search bar
- [✨] Added custom fog configurations
- 🛠️ Now you can configure fog start, distance and shape
- [🐛] Fixed fullscreen mode wasn't saving applying the options
- [🐛] Fixed maps have a black square on corners
- [🐛] Fixed certain configurations are not saving
- [🐛] Fixed fog wasn't enabled under water or lava (acting as a cheat)
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:yD9qW65f:CJi9n2jZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yD9qW65f:CJi9n2jZ"
}

