Critfall

Quick rating

Critfall

No reviews yet

Critfall turns Minecraft's damage into dice resolution. Every damaging action rolls d20 + modifiers against the target's Armor Class. A miss deals nothing; a hit rolls damage dice like 2d6+3 instead of a fixed number. Nat 20 crit, Nat 1 Fumble.

Adventure/Exploration
API/Library
Mod Loaders
NeoForge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
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

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
Critfall 0.2.2 (Fabric)
Authors
CurseForge
Modrinth

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
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Critfall

Tabletop-style d20 combat for Minecraft / fully data-driven.

Critfall turns Minecraft's damage into dice resolution. Every damaging action rolls
d20 + modifiers against the target's Armor Class. A miss deals nothing; a hit rolls damage
dice like 2d6+3 instead of a fixed number. Nat 20 crit, Nat 1 Fumble.

Core features

  • Attack rolls vs Armor Class for melee, projectiles, and spells, all server-side.
  • Damage dice with a full expression parser (NdM+K, keep-highest/lowest, advantage/disadvantage).
  • Configurable criticals (max dice / double dice / double total) and a weighted, composable fumble
      system (durability loss, hit-nearest-ally, self-damage, drop weapon, stumble, status effects,
      knockback).
  • Saving throws for AoE-style spell damage.
  • Graceful fallbacks: unknown mobs derive AC from armor attributes and unknown weapons derive
      dice from attack damage, so it works in any pack with zero configuration.

Made for pack developers

  • critfall generate — write a complete, editable datapack of derived profiles for every mob and
      weapon in your pack, then tune the numbers.
  • critfall report — export a CSV/JSON coverage sheet (profiled vs fallback + effective values).
  • Dry-run mode — see the rolls while vanilla damage still applies, to calibrate without breaking
      your pack.
  • critfall inspect and critfall check — see which profile won and why.
  • Every mechanic is an individual toggle; turning one off restores vanilla behavior for just that
      mechanic. Three ready-made presets: Tempered, Classic, Lite.
  • Tag-driven matching with priority resolution and namespace wildcards.

For mod developers

A stable public API (studio.modroll.critfall.api) plus optional KubeJS bindings: roll dice, drive
attacks with full context, query effective profiles, fire outcome tables, and suppress the automatic
pipeline per-entity, with loader-agnostic pre/post-roll, crit, and fumble events.

Loaders

NeoForge and Fabric, Minecraft 1.21.1, with parity verified by a shared in-game test suite on both.

Compatibility

Critfall intercepts the damage event, so it sits downstream of most combat mods and composes with
them. Spell mods that tag their damage types are handled generically. Iron's Spells 'n Spellbooks and Ars Nouveau are researched and ship with targeting and tuning guidance in the docs, use that as
a tested starting point to verify in your pack, not a promise of perfect integration. That work is still in progress. Mods that bypass the damage event (direct health setting / custom pipelines) are
not intercepted.

MIT licensed. Docs, an example datapack, and JSON schemas are in the repository.

Critfall turns Minecraft's damage into dice resolution. Every damaging action rolls d20 + modifiers against the target's Armor Class.

A miss deals nothing; a hit rolls damage dice like 2d6+3 instead of a fixed number.

Nat 20 crit, Nat 1 Fumble.

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
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
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