Bloody Bits Fix
No reviews yet
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.
Addresses and fixes known bugs and issues.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Bloody Bits Fix
A small compatibility patch for CravenCraft’s Bloody Bits v1.3.3 on Forge 1.20.1 that prevents client crashes (Ticking entity) caused by a NullPointerException in BloodSprayEntity#setClientBloodColor.
🩸 What Was Broken
When the internal CLIENT_SIDE_BLOOD_SPRAYS map overflowed, the original code called map.get(0) and attempted to access a null entry, leading to crashes during heavy blood-particle activity.
🧩 What This Fix Does
Rewrites the method via Mixin overwrite:
• Safely synchronizes state of respawned sprays (including life).
• When the limit (CommonConfig.maxSpatters()) is reached, removes the oldest entry instead of key 0.
• Calls discard() before removal.
• Fully eliminates all NullPointerException cases.
⚙️ Installation
1️⃣ Install Bloody Bits 1.3.3.
2️⃣ Drop bloodybitsfix-1.0.1.jar into your /mods/ folder.
✅ How to Verify
✔️ Spawn large hordes to generate blood sprays.
✔️ Confirm that no crash occurs.
✔️ The total number of splatters stabilizes around the configured maxSpatters limit.
🧠 Notes
• life duration behavior matches the original implementation.
• To further reduce visual load, lower maxSpatters in the Bloody Bits config.
🔗 Dependencies
Required: Bloody Bits (by CravenCraft)
💬 Community patch developed and tested by MsMurk — keeping Forge stable and bloody! 🩸
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources