Minecraft combat has one defensive option: back up. Combat Roll adds a second one, bound to R by default, and the interesting part is not the roll itself but how carefully it is fenced in.
Version 3.0.1 reached 26.3 on 17 September for Fabric and NeoForge.
What it does
Press the key, roll in whatever direction you are moving – forwards, backwards, sideways. Default distance is three blocks, default cooldown four seconds, and the cooldown is drawn on the HUD.
Rolling costs hunger exhaustion, and it is blocked while you are using an item, jumping or swimming. Those three restrictions are the design. A roll that worked mid-swing would turn every fight into a dodge-cancel loop, and one that worked while jumping would be a movement mod rather than a combat one.
Invulnerability frames exist and are off by default, enabled in the server config. That default is the right call – i-frames turn the roll from a repositioning tool into a damage-negation tool, which is a much bigger change to how fights resolve.
The attribute system is the real feature
Roll distance and the rest are exposed as entity attributes, which means gear can modify them. A pair of boots with a combatroll:distance modifier rolls further. That puts the ability inside the existing enchantment and attribute economy rather than bolting it on beside it.
It is also what makes the mod worth installing on a server that already has a progression curve. The roll becomes something you can build around rather than a flat ability everyone has at the same strength from the first minute.
3.0.1 adds player statistics for rolls and distance rolled, which is a small thing that tells you the mod expects to be used a lot.

Server-side, and why that matters
Required on both client and server. Cooldown, distance, exhaustion and i-frames are all server-configured, so an admin sets the balance once and it applies to everyone.
That is the correct split for anything touching combat. A client-configurable dodge would be a fairness problem on any server with PvP, and the mod avoids it by putting every number that matters on the server side.
The cost is that everyone has to install it. There is no version of this that works with vanilla clients.
How it changes fights
Against mobs, the roll mostly solves the problem of being surrounded. Vanilla’s answer to three zombies in a corridor is to walk backwards while swinging, which works and is slow. Rolling past them and turning around is faster and feels like a decision.
Against ranged attackers it does less than you would expect, because three blocks is not far enough to break a skeleton’s line of sight in open ground.
The four-second cooldown is the number that defines the whole experience. Long enough that you think before using it, short enough to be available in a fight that lasts more than a few seconds. Servers that shorten it substantially report the obvious result – the roll stops being a resource and becomes a movement default.

Stacking it with other combat mods
The natural pairing is Better Combat, which reworks attacks into directional swings with proper reach. Together they produce something close to an action game, and that is either exactly what you wanted or a much larger change than you were asking for.
A roll on its own is the conservative option. It adds one verb and changes nothing about how attacking works, which means the vanilla attack cooldown and reach rules still apply and anyone who knows them is not relearning anything.
It also sits comfortably next to gear mods – Artifacts and similar drop items that modify attributes, and the roll’s distance attribute is one more thing for them to modify.
Practical notes
- Fabric and NeoForge both have 26.3 builds as of 17 September. Forge is listed on the project but on older versions.
- Config lives at
config/combatroll/server.json5– that is where i-frames are, not in the client settings. - The default key is R, which collides with a few common keybinds. Worth checking before you conclude the mod is not working.
- Licence is GPL-3.0, so modpack inclusion is unrestricted.
Verdict
Install it if your complaint about Minecraft combat is that you have no options when something is on top of you. It is a single, well-bounded addition with sensible defaults and its balance knobs in the right place.
Skip it if you play mostly solo survival where fights are rare and avoidable, or if you want combat genuinely reworked rather than extended – that is a different and much larger mod list. At around 6.4 million downloads it is well past the point where bugs would have surfaced, and the restrictions it puts on itself are the reason it has not aged into a problem.
Images: Combat Roll, Deeper and Darker and Explorify project galleries.