First Aid New

A port of First Aid with more realistic mechanism

File Details

firstaid-1.2.2.jar

  • R
  • Apr 28, 2026
  • 871.73 KB
  • 64
  • 1.21.1
  • Fabric

File Name

firstaid-1.2.2.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:first-aid-new-1485848:8007094"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

1.2.2 - 2026-04-28

Applies to:

  • fabric1.21.1
  • fabric26.1
  • neoforge1.21.1
  • neoforge26.1
  • forge1.20.1

Added

  • Added a suppression entity blacklist so server administrators can prevent selected projectile-like entities from triggering suppression effects.
  • Added /firstaid suppression blacklist add <entity> and /firstaid suppression blacklist remove <entity> commands.
  • Added entity ID suggestions for blacklist commands, including modded entity types from the loaded registry.
  • Added remove-command suggestions from the currently configured blacklist.
  • Added persistent server config storage for the suppression blacklist.

Changed

  • Changed blacklist command updates to apply immediately and save immediately after a successful add or remove.
  • Changed suppression projectile checks so blacklisted entities are ignored on both server-side effect application and client-side near-miss feedback.
  • Changed command setting sync on Forge and NeoForge so clients receive the latest suppression blacklist state after login, request sync, and command updates.
  • Bumped maintained module versions to 1.2.2.

Fixed

  • Fixed splash potion entities still triggering suppression by default.
  • Fixed blacklist commands rejecting resource IDs such as minecraft:arrow with Expected whitespace to end one argument, but found trailing data.

Notes

  • minecraft:potion is included in the default blacklist and also covers splash and lingering potion entity IDs at runtime.
  • All five maintained module builds pass with the 1.2.2 version bump.