Links
Tags
Creators
Details
Licensed CC0-1.0
Published 2 years ago
Updated 3 months ago
All versions
2.0.3
Beta
Forge 1.20.1+2.0.3-betalast year 395.6K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Required content
Changes
This version only compatible with Iris 1.8.0 above and Sodium.
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.
1.1.4
- Fix issue #168
- Add compatibility for iris 1.7.5 in 1.20.1.
- Add compatibility for oculus & DH 2.2.0.
1.1.3
- Fix issue #146.
- Fix issues in PBR. Normals and tangents of moving contraptions now are correct.
- Support Parallax Occlusion Mapping.
- Fix issue #150.
- Replace
vertex vwithvertex _flw_vto avoid conflict with existing variables.
- Replace
- Include Flywheel in jar file.
- Because some users don't use the Create mod and have trouble with the Flywheel installation, I decided to include it in the jar file.
New compatible shaders:
- Seus PTGI HRR 3
- Shrimple
- UShader
There are still many that have not been tested but may be compatible.
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:dE1A45cG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ndHYMY2K:dE1A45cG"
}



