Tags
Creators
Details
All versions
1.4.5.1-1.21.1
Release
fancytoasts v1.4.5.1 neoforge 1.21.18 months ago 10.4K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
Port to older version (1.21.1)
Bug fixes:
- Memory leak due to lack of unsubscribing from events (it didn't really affect the game, though. But could've beeb problematic in the long run)
- FTBQuests compatibility:
- Quest not being rendered if there are multiple icons
- Custom textures causes just empty icon frame (now by default there is a fallback as a
Quest Bookfor icon)
Adjustments:
- Updated Simplified Chinese language by Gao Xinyang (
zh_cn) - FTBQuests compatibility:
- There is now 3-minute window between repeatable quests, so they don't spam the screen
- Default positions for different anchors (suggested by Redls07)
- Inverted
yposition (50is now-50), because it just makes more sense - New config version system (for easier migrating in the future, so configs don't reset to default when updated 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:mRTW5IaJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eUziWqPC:mRTW5IaJ"
}

