-
Notifications
You must be signed in to change notification settings - Fork 0
26.1.2 Advancements
Dasik (Rifaditya) edited this page Aug 21, 2026
·
1 revision
| System Parameter | Status |
|---|---|
| Custom Advancement JSONs | None (Intentionally Omitted by Design) |
| Scope | Pure Gameplay Modifier / Instant Gratification Utility |
| Vanilla Advancements | 100% Compatible with all vanilla Story & Husbandry advancements |
In strict compliance with the project's Instant Gratification (IG) philosophy and minimal footprint architecture:
- Durability Multiplier contains zero custom advancement JSON trees.
- The mod does not register custom triggers, criteria, or toast notifications.
All vanilla advancements continue to trigger naturally:
- Mining diamond ore triggers "Diamonds!" (
minecraft:story/mine_diamond). - Flying through an Elytra ring triggers "Sky's the Limit" (
minecraft:end/elytra). - Blocking damage with a shield triggers "Not Today, Thank You" (
minecraft:story/deflect_arrow).
Because item durability reduction occurs transparently within ItemStack.hurtAndBreak, advancements that track tool usage, weapon kills, or armor damage evaluate without interference.
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