Tags
Creators
Details
1.9.19
Compatibility
Changes
Minor Features
Weight Inventory Readout
Somehow I didn't think to add this till now. You can now see your total weight in lbs in your inventory above your character model. It will turn yellow if it crosses the threshold and red if you are maxed out in the threshold. It will come with its configs.
These settings are located in your client config (client.toml) under the Encumbrance UI section:
- enableWeightHUD (Default: true): Master switch to toggle the readout on or off.
- weightHudX & weightHudY: Adjust the X and Y offsets to freely move the text wherever you prefer on your screen.
Enchantments
Two new custom enchantments have been added. Both enchantments can be found in enchantment tables or as loot, and their exact reduction values (Tiers I - III) can be fully configured in the main configuration file.
These settings are located in your common config (common.toml) under the Enchantments section:
- Tireless: Can be applied to any tool, weapon, bow, or shield. It significantly reduces the stamina cost of swinging, mining, drawing, and blocking.
- Lightweight (Weightless): Reduces the calculated weight of the enchanted item to lower your overall encumbrance. It can be applied to almost anything! (Note: If you apply this to a placeable block, placing and breaking the block will cause it to lose the enchantment).
Slow Climb Toggle
- Added a new configuration option (
enableSlowClimb) allowing you to disable the slow climb mechanic if you prefer vanilla ladder speeds. (Default:true).
Minor Config Change: For the default tooltips, made all of them use the mode UNDER_NAME instead of BOTTOM.
Sorry for the wait! Im currently travelling and fighting against the great firewall of China.
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:ntZfcsjr:YOBseqxU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ntZfcsjr:YOBseqxU"
}

