CurseForge · Minecraft mod
Ranged Damage Limit
Enable ranged damage protection for specific mobs. Ranged damage falloff can also be enabled. Highly Configurable!
Quick answer
Which Ranged Damage Limit release should I use?
Ranged Damage Limit RangedDamageLimit-Forge-1.20.1-1.0.0.jar targets 1.20.1 with Forge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Ranged Damage Limit required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Ranged Damage Limit RangedDamageLimit-Forge-1.20.1-1.0.0.jar need?
RangedDamageLimit-Forge-1.20.1-1.0.0.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Ranged Damage Limit without breaking your instance.
Built for Ranged Damage Limit RangedDamageLimit-Forge-1.20.1-1.0.0.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use RangedDamageLimit-Forge-1.20.1-1.0.0.jar. It targets 1.20.1 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside RangedDamageLimit-Forge-1.20.1-1.0.0.jar. It opens that exact file at the source.
About this project
What does Ranged Damage Limit add?
Modpack developers may want ranged damage restrictions to encourage close-quarters combat and prevent "sniping" gameplay. This mod provides configurable solutions to cap ranged damage, with support extending beyond projectile attacks.
Through the configuration file (config/RangedDamageLimit-Rules.json), you can enable ranged damage protection for specific mobs, which either caps the damage received at a specific value or completely nullifies attacks when they occur beyond a set distance.
{
"mobId": Entity registry ID (e.g. 'minecraft:pig', 'twilightforest:kobold')."protectionDistance": Minimum distance (in blocks) required to trigger ranged damage protection mechanics.
"damageCap": Maximum damage allowed when attack originates beyond protectionDistance."noAggroBeyondCertainDistance": [Boolean] Whether to completely nullify attacks and prevent aggro beyond specified distance."noAggroDistance": Distance threshold for attack nullification (must be ≥ protectionDistance when enabled).
}You can add several mobs and apply different settings for them, like:
[
{
"mobId": "minecraft:pig",
"protectionDistance": 20.0,
"damageCap": 2.0,
"noAggroBeyondCertainDistance": false,
"noAggroDistance": 25.0
},{
"mobId": "minecraft:zombie",
"protectionDistance": 40.0,
"damageCap": 2.0,
"noAggroBeyondCertainDistance": true,
"noAggroDistance": 64.0
}
]
Additionally, damage falloff (it's linear) can be configured (in config/RangedDamageLimit-Falloff.json) for long-range attacks based on distance.
For instance, if you set the falloff to 0.5, the damage will lose 50% of its original value per block, which means the damage would be reduced to zero beyond 2 blocks. And if you set the falloff to 0.0, there will be no ranged damage falloff.
Project description from CurseForge.
Pick your setup
Ranged Damage Limit by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Ranged Damage Limit versions and loaders
RangedDamageLimit-Forge-1.20.1-1.1.0-beta.jar
2 Nov 2025
RangedDamageLimit-Forge-1.20.1-1.0.0.jar
2 Mar 2025
Looking for an older file? The official CurseForge project page is in Resources.