promotional bannermobile promotional banner

Bloody Bits Fix

Fixes client crash (Ticking entity) in CravenCraft’s Bloody Bits v1.3.3 by safely handling CLIENT_SIDE_BLOOD_SPRAYS overflow and avoiding Map#get(0) NPE. Client-side only.

File Details

CravenCraft's Bloody Bits Fix

  • R
  • Oct 22, 2025
  • 4.70 KB
  • 221.1K
  • 1.20.1
  • Forge

File Name

bloodybitsfix-1.0.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:bloody-bits-fix-1370096:7135788")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

## 1.0.1 — 2025-10-22
- Stable removal of the oldest blood spray when map limit is reached (min id).
- Preserves `life` value during re-sync (no lifespan extension).
- Cleaned up build script: single `JavaCompile` block, refmap argument, `MixinConfigs` in manifest.
- Logs printed once per session.

## 1.0.0 — 2025-10-22
- Initial version with Overwrite of `setClientBloodColor` (fixed NPE crash).