All versions
2.1.0
Release
NeoForge 1.21.1+2.1.0-release5 months ago 4,340
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Required content
Changes
This version only compatible with Iris 1.8.0 above and Sodium.
2.1.0
- Support Create 6.0.9 and Flywheel 1.0.6.
- Notice: This is not compatible with Flywheel below 1.0.6 due to breaking changes.
2.0.5
- Fix lighting issue of moving contraption.
- Add compatibility tips for ScalableLux.
2.0.4
- Fix issue #211: Rails lighting issue.
2.0.3
- Fix issue #209: Incompatibility with Vanillin mod on NeoForge 1.21.1.
2.0.2
- Fix issue #206: Lighting not being applied on moving glued contraptions.
2.0.1
- Fix issue #203: Disable shaders will result in improper rendering.
- Maybe fix issue #205. Same reason as above issue, I guess.
2.0.0
- Support Create 6.0.
Optional dependencies
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:ndHYMY2K:j6m9S4lL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ndHYMY2K:j6m9S4lL"
}



