Tags
Creators
Details
All versions
1.4.7-fabric-26.1.x
Release
Fancy Toasts v1.4.7 fabric 26.1.x2 months ago 38.9K
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
v1.4.7
New features:
- Ability to change type of announcement for toasts instead of just hard-codded ones (title/description/announcement)
- Aether overridden sounds compatibility (suggested by TwoBluDogs)
- The Dawn Era advancement icons compatibility (suggested by SundGGs)
Bug fixes:
- Credits not being loaded due to daily cap (found by Fyoncle)
- Dots of wrapped text is now the same color as the text
Adjustments:
- Changed standard SFX for tasks (Note Block Chime sound instead of Allay)
- Now credits are being cached on client-side! Even without WI-FI connection they can be shown
- Settings rearrange so they are more comfortable to use
- Settings now use actual lists, so there is a slider
- Texture type
Vanilla-Likewas slightly tweaked to match vanilla feeling better - Animation type
Standardwas slightly tweaked to match vanilla feeling better - Slightly better optimization and new easing system
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:Bty2jGGE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eUziWqPC:Bty2jGGE"
}

