Tags
Creators
Details
Licensed MPL-2.0
Published 3 years ago
Updated 6 days ago
All versions
1.10.0-r5.9-fabric
Release
Euphoria Patcher 1.10.0-r5.9-fabric6 days ago 65.7K
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
The entire changelog can be found here: https://euphoriapatches.com/changelogs
Updated to Complementary Shaders r5.9 + Euphoria Patches 1.10.0
1.10.0 Changes:
Key Shader Changes:
- Added a Black Hole to the End: Comes with fully customizable parameters so you can tweak it to your liking.
- Added an End Nebula with many many options that can be tweaked. Based on the one from Supplemental Patches, thanks to @lemon41625
- Added a new "Improved LabPBR" option: reflections and metals now behave as the resource pack creator intended! Refraction, porosity and texture AO support also got added!
- Added WindLink support, it syncs foliage, weather, particles and more to a single realistic wind system.
Key Mod Changes:
- EP mod now supports uniform uploading. Works on Iris/Oculus and even OptiFine!
- Added screenshot steganography: embed shader settings in PNG pixels via LSB, totally invisible. Shader settings are now saved in your screenshots and you can drag and drop them in-game inside an Iris GUI to import the settings
- Added support for the
dragon_death_raysentity ID via the Euphoria Patcher mod.
And Much More!
For a full list of changes, please visit: https://euphoriapatches.com/changelogs
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:4H6sumDB:ZitFh163"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4H6sumDB:ZitFh163"
}

