Tags
Creators
Details
Licensed MIT
Published last year
Updated 2 weeks ago
All versions
0.8.0-beta
Beta
Supplemental Patches 0.8.0-beta6 months ago 5,266
Compatibility
Minecraft: Java Edition
1.20.x
Platform
Forge
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes

Fixes
- Fix issue with missing settings for mods that are not uninstalled
- Fix issues with particle shaders not working with Cobblemon installed
Additions
- Add support for the following mods
- Enderscape (updated to 2.1.0)
- Cobblemon
- Added shaders for
enderscape:void_shale - Add
USE_ENDERSCAPE_LIGHTMAPoption to use Enderscape lightmap in the End instead of the default - Add
ES_STAR_COLOR, along with new uniformsenderscapeStarColor,enderscapeStarAlphato allow stars to use the colors defined by Enderscape - Allow individual Pokemon to be given custom shaders (only on NeoForge for now, Fabric mixin doesn't want to work 😢)
- This is done by adding their showdown ids (e.g.
cobblemon:rowlet) to entity.properties - Only a handful of Pokemon have custom shaders now, more will come in the future
- This works for custom pokemon too
- This is done by adding their showdown ids (e.g.
- Added more information to in-game about page
- Added documentation to wiki on defining mixins and custom fogs
Changes
- Updated to Complementary Shaders r5.7.1 + Euphoria Patches 1.8.6
ANIMATED_END_LAMPhas been changed to be disabled by default
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:7G5M8xtj:Fw4hS7eH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7G5M8xtj:Fw4hS7eH"
}

