Tags
Creators
Details
1.5.5
Compatibility
Required content
Changes
Particular Reforged 26.1
1.5.5
- Fix. Fireflies now spawn on modded plants (TFC, etc.) that override
animateTickwithout calling super. Switched the hook fromBlock.animateTicktoClientLevel.doAnimateTickso coverage is consistent across blocks.
1.5.4
-
Fix. Cascade particles no longer accumulate while the game is paused (closes #43).
-
Custom water-like fluids (config). New
customFluidsSettings.waterLikeFluidslist — fluid IDs treated like vanilla water for splash, rain ripples, and waterfall spray. -
Custom cascades (config). New
customFluidsSettings.cascadeFluidPairslist —"flowing,source"pairs that produce cascade waterfalls for any mod fluid that has both variants. -
Firefly biomes (config). New
fireflySettings.biomeslist — biome IDs where fireflies always spawn (bypasses temperature check). -
Firefly spawn blocks (config). New
fireflySettings.spawnBlockslist — extra blocks that spawn fireflies, plus acustomBlocksfrequency modifier. -
Firefly colors (config). New
fireflySettings.biomeColors(per-biome RGB tint:"biomeId|RRGGBB") andfireflySettings.colorPool(random RGB pool, format"RRGGBB").
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:pYFUU6cq:fKBUEdst"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pYFUU6cq:fKBUEdst"
}

