Skip to content

Durability Multipliers & Percentages (26.1.2)

Durability Multiplier replaces vanilla fixed wear mechanics with a dynamic Percentage Scaling Engine that supports both durability boosts (e.g. 200% = 2x, 500% = 5x) and wear penalties (e.g. 50% = 0.5x, 25% = 0.25x).


⚙️ Core Percentage GameRules

#GameRule IdentifierDefaultTarget Category / Description
1ig:dm_percent_global200Global percentage applied to all damageable items.
2ig:dm_percent_weapons0Parent override for all weapons (Swords, Spears, Tridents, Maces, Bows, Crossbows).
3ig:dm_percent_swords0Specific percentage for Swords (#minecraft:swords, #c:swords).
4ig:dm_percent_spears0Specific percentage for Spears (#minecraft:spears, #c:spears).
5ig:dm_percent_tridents0Specific percentage for Tridents (Items.TRIDENT, TridentItem, #c:tridents).
6ig:dm_percent_maces0Specific percentage for Maces (Items.MACE, MaceItem, #c:maces).
7ig:dm_percent_bows0Specific percentage for Bows (Items.BOW, BowItem, #c:bows).
8ig:dm_percent_crossbows0Specific percentage for Crossbows (Items.CROSSBOW, CrossbowItem, #c:crossbows).
9ig:dm_percent_shields0Specific percentage for Shields (Items.SHIELD, ShieldItem, #c:shields).
10ig:dm_percent_tools0Parent category percentage for all Tools.
11ig:dm_percent_pickaxes0Specific percentage for Pickaxes (PickaxeItem, #c:pickaxes).
12ig:dm_percent_axes0Specific percentage for Axes (AxeItem, #c:axes).
13ig:dm_percent_shovels0Specific percentage for Shovels (ShovelItem, #c:shovels).
14ig:dm_percent_hoes0Specific percentage for Hoes (HoeItem, #c:hoes).
15ig:dm_percent_shears0Specific percentage for Shears (ShearsItem, #c:shears).
16ig:dm_percent_fishing_rods0Specific percentage for Fishing Rods (FishingRodItem).
17ig:dm_percent_brushes0Specific percentage for Brushes (BrushItem).
18ig:dm_percent_flint_and_steel0Specific percentage for Flint and Steel (FlintAndSteelItem).
19ig:dm_percent_armor0Parent category percentage for all Armor pieces.
20ig:dm_percent_helmets0Specific percentage for Helmets (#minecraft:head_armor, #c:helmets).
21ig:dm_percent_chestplates0Specific percentage for Chestplates (#minecraft:chest_armor, #c:chestplates).
22ig:dm_percent_leggings0Specific percentage for Leggings (#minecraft:leg_armor, #c:leggings).
23ig:dm_percent_boots0Specific percentage for Boots (#minecraft:foot_armor, #c:boots).
24ig:dm_percent_elytra0Specific percentage for Elytra (Items.ELYTRA, DataComponents.GLIDER).

NOTE

Override rules set to 0 automatically fall back to their parent category or the Global default. Setting -1 activates Single-Use (Glass Mode).


🔒 100% World-Save Safety

Durability Multiplier does not alter item NBT or DataComponents.MAX_DAMAGE in your world save. All durability scaling is performed dynamically during damage calculation, guaranteeing zero world corruption or leftover modified data if the mod is removed.

Official documentation & web portal for Dasik Igaijinn mods.