CurseForge · Minecraft mod
First Aid New
A port of First Aid with more realistic mechanism
Quick answer
Which First Aid New release should I use?
First Aid New firstaid-1.3.1-hotfix20181682026+neoforge26.2.jar targets 26.2 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is First Aid New required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does First Aid New firstaid-1.3.1-hotfix20181682026+neoforge26.2.jar need?
firstaid-1.3.1-hotfix20181682026+neoforge26.2.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add First Aid New without breaking your instance.
Built for First Aid New firstaid-1.3.1-hotfix20181682026+neoforge26.2.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use firstaid-1.3.1-hotfix20181682026+neoforge26.2.jar. It targets 26.2 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside firstaid-1.3.1-hotfix20181682026+neoforge26.2.jar. It opens that exact file at the source.
About this project
What does First Aid New add?
First Aid New
First Aid New is a multi-loader port of ichttt’s classic First Aid, rebuilt for modern Minecraft. It replaces the single vanilla health bar with per-body-part damage, injury debuffs, timed medicine, unconsciousness and rescue, and a full client feedback layer—pain, suppression, heartbeat audio, and HUD overlays that make survival feel physical again.
Original project: First Aid on CurseForge
1.3.0 — Deal with the Devil

Mercy has a meter. Every dose writes itself onto the glass of the screen.
1.3.0 is the release that treats the HUD like a nervous system. Pain is no longer a flat filter. Morphine is no longer a binary wash. Suppression is no longer a single gray shrug. The battlefield is graded again—soft where it should be soft, brutal where it should be brutal.
What’s new in this deal
| Theme | What you feel |
|---|---|
| The price of relief | Morphine saturation fades with remaining duration. The last minutes of calm do not look like the first. |
| The cost of concentration | The Morphine Injector now costs two Morphine (plus iron, redstone, glass bottle). Concentrated mercy is no longer a one-pill craft. |
| The devil in the details | Stronger suppression desaturation, pain-like blur under fire, continuous gray-white edge wash that scales with pressure. |
| The rush | Adrenaline injector combat package locks screen blur to moderate pain strength—tunnel vision for the fight, even under painkillers. |
| The fine print | Milk fully clears morphine model state (no sticky 00:00). Addiction still rises on use, but rise/withdrawal icons no longer sit on top of an active morphine dose. |
Supported builds (1.3.0)
| Artifact | Loader | Minecraft |
|---|---|---|
firstaid-1.3.0+forge1.20.1 |
Forge | 1.20.1 |
firstaid-1.3.0+fabric1.21.1 |
Fabric | 1.21.1 |
firstaid-1.3.0+neoforge1.21.1 |
NeoForge | 1.21.1 |
firstaid-1.3.0+fabric26.2 |
Fabric | 26.2 |
firstaid-1.3.0+neoforge26.2 |
NeoForge | 26.2 |
Full notes: 1.3.0changelog.md
Features
- Locational health — head, body, arms, legs, feet; each with its own pool and overflow rules
- Injury debuffs — limb damage that changes how you move, dig, and fight
- Medicine with pacing — bandages, plaster, painkillers, morphine, injectors; activation delay and heal-over-time
- Unconsciousness & rescue — critical downs, give-up flow, revive windows
- Suppression — projectile near-miss pressure: desaturation, blur, vignette, optional tinnitus
- Opioid addiction — hidden addiction value, withdrawal episodes, status icons
- Client feedback — pain blur, hit red pulse, morphine color grade, adrenaline rush blur, heartbeat audio
- Public extension API — third-party treatment items and medicines
Screenshots




Extension API
Third-party mods can register custom treatment items and direct-use medicines:
- Common overview: docs/firstaid-extension-api.md
- Fabric: docs/firstaid-extension-fabric.md
- NeoForge: docs/firstaid-extension-neoforge.md
- Forge 1.20.1: docs/firstaid-extension-forge1.20.1.md
Command Setup Guide
Players with OP (or sufficient permission) receive a compact First Aid command tip on join. In the tip:
- Click a bracketed command to prefill chat
- Hover for what it changes and a starter syntax
Quick start
/firstaid pain dynamic
/firstaid suppression mild
/firstaid medicineeffect assisted
pain dynamic— pain feedback follows injury severitysuppression mild— default; softer near-miss suppression (usedynamicfor full pressure)medicineeffect assisted— paced medicine without full realistic harshness
Common commands
Pain
/firstaid pain dynamic
/firstaid pain mild
Suppression
/firstaid suppression dynamic
/firstaid suppression mild
/firstaid suppression off
Random damage
/firstaid randomdamage friendly chance 80
/firstaid randomdamage normal
Medicine timing
/firstaid medicineeffect realistic
/firstaid medicineeffect assisted
/firstaid medicineeffect casual
Rescue wake-up delay
/firstaid revivewakeup on 15
/firstaid revivewakeup off
Injury debuffs
/firstaid injurydebuff normal
/firstaid injurydebuff low
/firstaid injurydebuff off
/firstaid injurydebuff minecraft:slowness off
Addiction (admin)
/firstaid addiction set @s 0
Querying another player’s addiction is admin-only; operators can set values for balance testing.
Recommended presets
Survival-oriented
/firstaid pain dynamic
/firstaid suppression dynamic
/firstaid medicineeffect realistic
/firstaid revivewakeup on 15
/firstaid injurydebuff normal
Balanced (matches shipped defaults for suppression)
/firstaid pain dynamic
/firstaid suppression mild
/firstaid medicineeffect assisted
/firstaid revivewakeup on 15
/firstaid injurydebuff low
Casual
/firstaid pain mild
/firstaid suppression mild
/firstaid medicineeffect casual
/firstaid revivewakeup off
/firstaid injurydebuff low
Debug
/damagePart is for testing locational damage, not normal play:
/damagePart HEAD 4
/damagePart HEAD 4 nodebuff
Morphine Injector craft (1.3.0)
M M I
R B I
I
- M — Morphine ×2
- I — Iron Ingot
- R — Redstone
- B — Glass Bottle
→ Morphine Injector (2 uses)
Building
Each loader folder under the repository is its own Gradle project. From a module root (example: forge1.20.1):
.\gradlew.bat build
Maintained module roots:
forge1.20.1fabric1.21.1neoforge1.21.1fabric26.2neoforge26.2
Source repository: maoruiQa/FIrst-Aid-New
Credits & License
- Based on First Aid by ichttt
- This port is distributed under GPL-3.0, consistent with the original project
Project description from CurseForge.
Pick your setup
First Aid New by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.1.2
2 loader builds26.1.1
2 loader builds26.1
2 loader builds1.21.11
2 loader builds1.21.4
1 loader build1.21.3
1 loader build1.21.2
1 loader build1.21.1
2 loader builds1.20.1
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
First Aid New versions and loaders
firstaid-1.3.1-hotfix20181682026+neoforge26.2.jar
16 Aug 2026
firstaid-1.3.1-hotfix20181682026+neoforge1.21.1.jar
16 Aug 2026
firstaid-1.3.1-hotfix20181682026+forge1.20.1.jar
16 Aug 2026
firstaid-1.3.1-hotfix20181682026+fabric26.2.jar
16 Aug 2026
firstaid-1.3.1-hotfix20181682026+fabric1.21.1.jar
16 Aug 2026
firstaid-1.3.1+neoforge26.2.jar
12 Aug 2026
firstaid-1.3.1+neoforge1.21.1.jar
12 Aug 2026
firstaid-1.3.1+forge1.20.1.jar
12 Aug 2026
firstaid-1.3.1+fabric26.2.jar
12 Aug 2026
firstaid-1.3.1+fabric1.21.1.jar
12 Aug 2026
firstaid-1.3.0-patched+fabric1.21.1.jar
firstaid-1.3.0+fabric1.21.1.jar
7 Aug 2026
firstaid-1.3.0-patched+neoforge26.2.jar
firstaid-1.3.0+neoforge26.2.jar
7 Aug 2026
Looking for an older file? The official CurseForge project page is in Resources.