Tags
Creators
Details
1.13.2
Compatibility
Required content
Changes
1.21.6-1.21.8 support has had to be dropped to divert energy to 1.21.10+
Added
- Added a small amount of sheep fluff particles when attacking sheep
- Added slime particles when attacking slimes
- (1.21+) Added compat for Dyed Flames (#97)
- Added a particle bounding box debug renderer and
/subtle_effectscommand argument to toggle it
Changes
- (1.21+) Replaced Soul Fire'd compat with Prometheus compat (#171)
- Rewrote splash particle rendering to be less weird and easier to port to 1.21.10+
- Changed Ender Pearl trail config to a density config
- Ripple particles now render back face, so they can be seen from underneath
- Reworked burning entity configs
- Renamed configs for entity attack particles
Fixes
- Fixed decorated pots spawning bubbles outside water (#179)
- Fixed crash caused by feeding mooshrooms the last item in a stack (#164)
- (1.20.1) Fixed crash with Better Statistics Screen on Connector (#175)
- (1.20.1) Possible fix for biome particles causing a crash. Someone who has had this issue, please check this and lmk (#146)
As of this release, Prometheus and Dyed Flames support is still exclusive to Soul Fire. I do plan on adding a way for users to add support for more fire types in the future.
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:4q8UOK1d:Ci8SWnwn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4q8UOK1d:Ci8SWnwn"
}


