Tags
Creators
Details
All versions
1.5.0-fabric-1.21.1
Release
Fancy Toasts 1.5.0 - Fabric 1.21.1last week 2,090
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Version 1.5.0
New features:
- Finer FTB Quests control (implemented by Furglitch)
- Better handling of title/description/announcement and icons
- Added ability to choose sounds for each type (only through
toast.json) - Added ability to ignore quest types (only through
toast_filtering.json) - Questlog support (suggested by FlowStudios)
- All quests handled like
TASKsince there are no difference in quests - Sounds play as intendeed upon completing quest
Bug fixes:
- NeoForge crashes under mysterious occasions because of keybinds
- Text alpha flickering on toasts sometimes
- Render type Behind flickering when any screen is opened with Gnetum (found by Fyoncle)
- Wrong sound played during fade phase of every animation (UI_TOAST_IN -> UI_TOAST_OUT)
Adjustments:
- Changed managers system to be more robust and use less memory
- Animations now tick based
- Updated logo
- If description of toast display is missing, it now always shows announcement/title
- Removed filtering of vanilla toasts, check out Fancy Notify (doesn't work with FT rn)
- Updated Credits screen
- Added image link buttons in Fancy Toasts screen
- Clearer config logging
- Tweaked
Vanilla,Neon,Steamy, andOGtexture types - Tweaked
QuirkyandVanilla-Likeanimation types - Changed archive name to
mod_id-mod_version-loader-mc_versionpattern
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:u38wSDqe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eUziWqPC:u38wSDqe"
}

