Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 days ago
All versions
v3.0.9
Release
Wynntils (fabric) v3.0.9last year 4,350
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Changes
3.0.9 (2025-03-07)
New Features
Bug Fixes
- Do not cast ticks function to int [skip ci] (#3150) (e081f5c)
- Emerald count is detached in emerald merchants [skip ci] (#3151) (974cbc6)
- Fix container search arc rendering [skip ci] (#3148) (fdcd499)
- Fix held item cooldown function [skip ci] (#3147) (a4ced2b)
- Held non-weapons are counted when saving skill point loadouts [skip ci] (#3144) (d9ee770)
- Inventory texture disappears during bulk buy (#3152) (16b75b0)
- Quick search incorrectly sends cancels after using TM buttons [skip ci] (#3154) (6a9c79e)
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:L9d5miJh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dU5Gb9Ab:L9d5miJh"
}




