-
Notifications
You must be signed in to change notification settings - Fork 0
26.2 Configuration
Dasik (Rifaditya) edited this page Aug 21, 2026
·
1 revision
| System Parameter | Value |
|---|---|
| Config File Path | config/durability-multiplier.json |
| GUI Providers | Cloth Config (me.shedaniel.cloth:cloth-config-fabric) & ModMenu |
| Config Class | net.instantgratification.durabilitymultiplier.config.DurabilityConfig |
| GUI Helper |
ClothConfigScreenHelper & ModMenuIntegration
|
| Precedence Law | Config file defines NEW WORLD DEFAULTS ONLY; active worlds use GameRules |
{
"configVersion": 1,
"multiplierGlobal": 2,
"multiplierWeapons": 0,
"multiplierSwords": 0,
"multiplierSpears": 0,
"multiplierTridents": 0,
"multiplierMaces": 0,
"multiplierBows": 0,
"multiplierCrossbows": 0,
"multiplierTools": 0,
"multiplierArmor": 0,
"multiplierElytra": 0,
"multiplierShields": 0,
"infinityGlobal": false,
"infinityWeapons": false,
"infinitySwords": false,
"infinitySpears": false,
"infinityTridents": false,
"infinityMaces": false,
"infinityBows": false,
"infinityCrossbows": false,
"infinityTools": false,
"infinityArmor": false,
"infinityElytra": false,
"infinityShields": false,
"showTooltip": true,
"dynamicMultipliers": {},
"dynamicInfinities": {}
}
⚠️ Notice: Changes made indurability-multiplier.jsonor the ModMenu GUI screen only define default baseline values for newly created worlds.For existing, active worlds, each world maintains its own independent GameRule state saved in world data. To change settings in an existing world, use the in-game
/gamerulecommand or the native GameRules edit GUI screen.
Durability Multiplier is engineered with ❤️ by Dasik (Rifaditya) | Licensed under GNU General Public License v3.0 (GPL-3.0-or-later).
📌 Repository Source Disclaimer: The documentation in this Wiki reflects the current source code state in the repository, which may include recent unreleased commits or developmental features ahead of public release builds on CurseForge and Modrinth.
- 26.2 Hub
- 26.2 Multipliers
- 26.2 God Mode
- 26.2 Damage & Math
- 26.2 Item Classification
- 26.2 Dynamic Registry
- 26.2 Tooltips & HUD
- 26.2 Network Protocol
- 26.2 GameRules Table
- 26.2 Commands & Admin
- 26.2 Advancements
- 26.2 Configuration
- 26.2 ModVersionGuard
- 26.2 Architecture & Mixins
- 26.2 Developer Setup
- 26.2 API & Addons
- 26.2 FAQ & Diagnostics
- 26.1.2 Hub
- 26.1.2 Multipliers
- 26.1.2 God Mode
- 26.1.2 Damage & Math
- 26.1.2 Item Classification
- 26.1.2 Dynamic Registry
- 26.1.2 Tooltips & HUD
- 26.1.2 Network Protocol
- 26.1.2 GameRules Table
- 26.1.2 Commands & Admin
- 26.1.2 Advancements
- 26.1.2 Configuration
- 26.1.2 Architecture & Mixins
- 26.1.2 Developer Setup
- 26.1.2 API & Addons
- 26.1.2 FAQ & Diagnostics