Links
Tags
Creators
Details
Licensed CC0-1.0
Published 2 years ago
Updated 3 months ago
All versions
2.0.4
Release
NeoForge 1.21.1+2.0.4last year 44.6K
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.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:wP9AC8Ft"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ndHYMY2K:wP9AC8Ft"
}



