Links
Tags
Creators
Details
Licensed CC0-1.0
Published 2 years ago
Updated 3 months ago
All versions
1.1.4
Beta
Forge 1.20.1+1.1.4-beta2 years ago 448.5K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Required content
Changes
This version only compatible with Iris&Oculus 1.7.0 and above.
TL;DR:
- Fix issues in PBR and Parallax Occlusion Mapping.
- Support Seus PTGI HRR 3, Shrimple, and UShader, etc.
- Includes Flywheel in the jar file, so you don't need to install it separately.
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:j26FjsSe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ndHYMY2K:j26FjsSe"
}



