Ash Of Sin: Need More Power

Quick rating

Community listing page, reviews here may not be monitored by the author.

Ash Of Sin: Need More Power

No reviews yet

Control over every mob's vanilla attributes: max health, damage, armor, speed... each individually, additive and multiplicative.

QoL & Tweaks
Mod Loaders
Forge
NeoForge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
Ash Of Sin-Need More Power-1.21.1-1.0.0.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Ash Of Sin: Need More Power

description_11c59413-785e-4b74-88d9-e1e3c852c8fc.png

**Per-entity overrides** — target any mob by its registry ID (`minecraft:zombie`, modded mobs included).

**All 13 vanilla entity attributes** — max health, attack damage, armor, armor toughness, attack speed, attack knockback, knockback resistance, movement speed, flying speed, follow range, luck, jump strength, spawn reinforcements chance.

**Additive AND multiplicative** — final value = `(base + add) × (1 + multiplier)`, where a multiplier of `1.0` means +100%.

Example: `data/ash_of_sin_need_more_power/minecraft/zombie.json` inside need more power datapack

```zombie.json
{
  "attack_damage": 20.0,
  "max_health": 20.0,
  "attack_damage_multiplier": 1.0,
  "max_health_multiplier": 1.0
}
```

- Zombie base attack damage (3) becomes `(3 + 20) × (1 + 1.0) = 46`.
- Zombie base max health (20) becomes `(20 + 20) × (1 + 1.0) = 80`.

## Supported Attribute Keys
| Key | Attribute |

| `max_health` | Max Health |
| `follow_range` | Follow Range |
| `knockback_resistance` | Knockback Resistance |
| `movement_speed` | Movement Speed |
| `flying_speed` | Flying Speed |
| `attack_damage` | Attack Damage |
| `attack_knockback` | Attack Knockback |
| `attack_speed` | Attack Speed |
| `armor` | Armor |
| `armor_toughness` | Armor Toughness |
| `luck` | Luck |
| `jump_strength` | Jump Strength |
| `spawn_reinforcements_chance` | Spawn Reinforcements Chance |

Every key also has a `<key>_multiplier` version. Write only the keys you need — unlisted attributes are never modified.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works