Tags
Creators
Details
All versions
1.4.3-1.21.1
Release
fancytoasts v1.4.3 neoforge 1.21.110 months ago 2,839
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
Port to older version (1.21.1)
New features:
Moderntexture redraw!- UI highlights. Now it's more visual appealing when selecting animation/texture/sound
- Simplified Chinese language by Gao Xinyang (
ch_cninstead ofch_tw)
Bug fixes:
- Toast becomes transparent/darken when opened chat or chat on the bed
- Custom texture loses its texture upon opening texture selection screen
- Crash when there is no any custom texture in the folder
- Some text not being rendered under
transparenttoast due to depth (1.21.1 and lower)
Adjustments:
- A lot of small refactor changes
- More helper/utility classes for easier porting
- ???
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:8ZRuwlQv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eUziWqPC:8ZRuwlQv"
}

