promotional bannermobile promotional banner

Critfall

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.
Back to Files

Critfall 0.2.2 (Fabric)

File namecritfall-fabric-0.2.2.jar
Uploader
NightsHighNightsHigh
Uploaded
Jul 15, 2026
Downloads
16
Size
257.8 KB
Mod Loaders
Fabric
File ID
8436893
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:critfall-1606420:8436893"

Learn more about Curse Maven

What's new

Fixes following:

Initiative's integration (gametest classes leaking into release jars on both loaders, public API types living outside the api package, no RNG seam for external consumers' deterministic tests)

Release jars are confirmed clean of gametest entries, and 0.2.1 is published to local Maven.

New CombatInteractionEvent fires whenever one entity attacks another always, even if damage gets cancelled. So other mods can detect combat with one listener instead of hooking loader damage events.

Suppression got safer: clear() is now test-only (clearAllForTesting()), and new suppressedUuids() lets you read who's suppressed.

This mod has no related projects