Kinds NoFireOverlay
ModLicenseRef-All-Rights-Reserved

Kinds NoFireOverlay

A lightweight client‑side mod that removes the obstructive first‑person fire overlay while you’re burning, keeping your view clear.

354
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions

📖About Kinds NoFireOverlay

Kinds NoFireOverlay

A small, lightweight mod that removes Minecraft’s fire overlay when you’re burning. It provides two modes: hide and shrink.

Hide
Completely removes the vanilla fire overlay (fire blocks are unchanged) and shows a small fire icon near the crosshair so you still know you’re burning. The icon can be turned off.

Shrink
Keeps the overlay, but scales it down significantly.

Check the gallery for a side‑by‑side comparison.

Config
You can switch modes or disable the crosshair icon in the config file located in your .minecraft/config folder: no-fire-overlay.json.

Example:

{ "enabled": true, "mode": "hide", "crosshair": { "showFireIcon": true, "fireIconSize": 1.0 } }
  • enabled: Turns the mod on or off.
  • mode: "hide" or "shrink". Any other value defaults to "hide".
  • showFireIcon: (Hide mode only) Enables/disables the crosshair fire icon.
  • fireIconSize: Scales the icon from 0.5 to 3.0. Values outside this range are ignored.

Note: The config is implemented without extra dependencies.