Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last year
All versions
1.3.0+mc1.20.6
Release
rainglow 1.3.0+mc1.20.62 years ago 138
Compatibility
Minecraft: Java Edition
1.20.6
Platforms
Fabric
Quilt
Supported environments
Client-side
Client and server
Required content
Changes
- port to 1.20.6
- all new config!
- new, beautified, config screen!
- provide more information, such as how many datapacks are loaded to add extra modes
- use quilt config as the backend
- make rarity per-entity
- your config from 1.2 will NOT BE MIGRATED! if you'd like to keep your values, please copy the file elsewhere and use the GUI to change the settings back in the new version
- properly remove vanilla mode
- updates to server sync
- sync entity toggles and rarities
- server sync is no longer optional
- improve particles for slimes
- slimes now use slime block particles everywhere - thanks @orifu for this change!
- fix an overly huge amount of particles being spawned with each jump
- disallow using dyes on mobs when they are disabled in the config
- fix metadata for mod menu
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:Bk6pUD7R:VyzhbLme"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Bk6pUD7R:VyzhbLme"
}


