Harder Wardens
Customize the Wardens health and attack damage. Get rewarded with loot.
Harder Wardens

Harder Wardens
Wardens gain more HP, deal more damage, and drop better loot and XP or you make the Warden a one hit kill and deal almost zero damage, it's completely up to you. Fully configurable!
---
⚙️ Config (`config/harder_wardens.json`)
Generated automatically on first launch. You can edit it directly or use Mod Menu when both Mod Menu and Cloth Config are installed on the client:
```json { "difficulty": "NORMAL", "customHealth": 500.0, "customDamageMultiplier": 1.5, "customLootPreset": "NORMAL", "customXpReward": 25 } ```
`difficulty`
| Value | HP | Damage | XP | Loot drops | |-------------|------|--------|----|------------| | `EASY` | 500 | 1.0x | 15 | 1-3 Echo Shards | | `NORMAL` | 500 | 1.5x | 25 | 2-5 Echo Shards, 1 Sculk Catalyst | | `HARD` | 750 | 2.0x | 45 | 3-7 Echo Shards, 1-2 Sculk Catalyst, 1-3 Diamond | | `NIGHTMARE` | 850 | 2.5x | 55 | 5-10 Echo Shards, 1-3 Sculk Catalyst, 1-3 Diamond, 1-2 Netherite Scrap | | `INSANE` | 1000 | 3.0x | 70 | 7-15 Echo Shards, 2-5 Sculk Catalyst, 2-4 Diamond, 1-3 Netherite Scrap, 1-2 Netherite Ingot | | `CUSTOM` | -> | -> | -> | Uses the custom fields below |
> Vanilla Warden baseline: 500 HP, 30 base attack damage. > Minecraft clamps `minecraft:max_health` to `1024`, so presets stay below that vanilla limit.
`customHealth` *(CUSTOM only)*
Maximum HP for the Warden. Default: `500.0`
`customDamageMultiplier` *(CUSTOM only)*
Multiplier on the Warden's base attack damage. Default: `1.5` Example: `2.0` = double damage (60 base → 90 on Hard game difficulty)
`customLootPreset` *(CUSTOM only)*
Which loot table preset to use: `NONE`, `EASY`, `NORMAL`, `HARD`, `NIGHTMARE`, or `INSANE`
`NONE` disables all extra loot drops.
`customXpReward` *(CUSTOM only)*
How much XP the Warden drops. Default: `25`
Minimum: `0` Maximum: `100`
Values above `100` are automatically clamped back to `100`.
---
🎮 Commands
| Command | Permission | Description | |---------------------------|------------|-------------------------------------| | `/harderwardens reload` | OP (lvl 2) | Reloads the config from disk | | `/harderwardens info` | OP (lvl 2) | Shows current difficulty settings |
> Existing Wardens keep their current stats after `/harderwardens reload`. > Loot table changes still require `/reload` or a restart.
---
🏜️ Test Server
Feel free to join my Minecraft server to test my mods: `play.swordfishbe.eu`
---
⁉️ Credits/Idea
Fabric mod based on the HarderWardens Spigot plugin by JustErikSK.