Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 21 hours ago
All versions
v3.3.4
Release
Wynntils (fabric) v3.3.49 months ago 29.9K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Changes
Game Bars
- New overlay Momentum Bar
- Displays the momentum count & progress from the Assassin ability
- Normal bar configs
- Maximum Color config, the color of the bar when maximum momentum is reached
Item Statistics Info
- Weight stats when holding shift are now sorted from most to least impactful
- Improved spacing in weight tooltip section
- Holding Shift + Control now displays the contribution per stat instead for weightings
NPC Dialogue
- New keybind Progress NPC Dialogue, when pressed will send the sneak input to progress dialogue, default unbound
- New config Override Sneak Key, only allow progressing NPC dialogue via the custom keybind if bound, default enabled
NPC Dialogue Overlay
- Disabled by default until issues with parsing background chat issues fixed
Remove Shiny Glint
- Disabled by default
- Removes the default glint effect from shiny items for shader compatibility
- Replace Glint config, gives shiny items the vanilla enchanted glint, default enabled
Functions
- Character Functions
momentum_percentormomentum_pctreturns a CappedValue of the progress towards the next momentum chargemomentumreturns the current momentum count
Fixes
- Spell inputs will no longer remain on screen if swapping item before they should clear
- Shiny perfect/defective items will now show their shiny status in the item name
- Gear sharing will work once again if your chestplate, leggings or boots have cosmetics enabled
- Spell inputs will now be visible if the Spell Message feature is disabled
- Status Effects should now always use the correct font for symbols
- Item lock slots will no longer function whilst in housing edit mode
Known incompatibilities
Any version
Any version
Any 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:dU5Gb9Ab:YD2MNSoo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dU5Gb9Ab:YD2MNSoo"
}

