Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 11 hours ago
All versions
v3.0.20
Release
Wynntils (fabric) v3.0.20last year 5,087
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Changes
3.0.20 (2025-05-18)
New Features
- Add item_count function [skip ci] (#3235) (89671f6)
- Make Rainbow beacons rainbow in overlays [skip ci] (#3243) (ddbb90c)
- Support hex color codes in functions and escaping fixes (#3239) (8790031)
Bug Fixes
- Fix and unify Enabled Templates [skip ci] (#3236) (8c4828e)
- Fix EventThread.IO message filtering [skip ci] (#3248) (242450d)
- Fix tooltip rendering under text on overlay selection screen [skip ci] (#3241) (33b7c1b)
- Fix transparent cape rendering [skip ci] (#3227) (66a8115)
- Fix x position of filter buttons on item filter screen [skip ci] (#3226) (5038e03)
- Return early if no lines in gathering node label parser [skip ci] (#3228) (4739d6c)
- Revert rainbow beacon rendering change, fix task overlay not using rainbow text with name displayed [skip ci] (#3249) (ef8a1e6)
Miscellaneous Chores
Known incompatibilities
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:dU5Gb9Ab:iraZwNbi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dU5Gb9Ab:iraZwNbi"
}




