All versions
1.4.6-1.21.11
Release
fancytoasts v1.4.6 fabric 1.21.115 months ago 221.2K
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
v1.4.6
New features:
- Texture type
Neon - Setting to hide boss bar health during an advancement (suggested by capaMEC)
- Setting to tweak pitch difference for sfx (suggested by shbashi)
- Setting to multiply animation's speed
Bug fixes:
- Crash on Linux and MacOS with custom textures (found by Furglitch & Fyoncle)
- Issue with texture packs that add unicode emojis (found by Fyoncle)
- More stable animation timings
Modmenudependency doesn't work for 1.21.11
Adjustments:
- Texture type
Landspapergot a bit darker so it's easier to read - Configs versioning system tweaked (?)
Optional dependencies
Any compatible version
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:eUziWqPC:YDkjrU9p"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eUziWqPC:YDkjrU9p"
}

