{"id":70410,"date":"2026-06-04T03:09:57","date_gmt":"2026-06-04T00:09:57","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/first-aid-new\/"},"modified":"2026-06-04T03:09:57","modified_gmt":"2026-06-04T00:09:57","slug":"first-aid-new","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/first-aid-new\/","title":{"rendered":"FIrst Aid New"},"content":{"rendered":"<p># First Aid New<\/p>\n<p>First Aid New is a port of the original **First Aid** mod by ichttt, updated for modern Minecraft versions and loaders, with expanded realism features, stronger visual effects, and new mechanics such as unconsciousness.<\/p>\n<p>Original project: https:\/\/www.curseforge.com\/minecraft\/mc-mods\/first-aid<\/p>\n<p>## Features<\/p>\n<p>*   Split-body health system (head, torso, arms, legs, etc.)<br \/>\n*   More realistic survival mechanics<br \/>\n*   Enhanced vision effects for injuries and status effects<br \/>\n*   Additional mechanics (e.g., unconsciousness)<\/p>\n<p>## Screenshots<\/p>\n<p>![Pain effect](https:\/\/github.com\/maoruiQa\/FIrst-Aid-New\/raw\/main\/screenshots\/pain.png) ![UI health view](https:\/\/github.com\/maoruiQa\/FIrst-Aid-New\/raw\/main\/screenshots\/ui.png) ![Unconsciousness](https:\/\/github.com\/maoruiQa\/FIrst-Aid-New\/raw\/main\/screenshots\/unconsciousness.png)<\/p>\n<p>## Command Setup Guide<\/p>\n<p>Players with OP or sufficient command permissions now receive a compact First Aid command tip when they join the game. The in-game tip supports two interactions:<\/p>\n<p>*   Click a bracketed command to prefill the chat box with a recommended command.<br \/>\n*   Hover a bracketed command to see what it changes and which syntax to start from.<\/p>\n<p>### Quick Start<\/p>\n<p>If you want a solid default setup first, start with these three commands:<\/p>\n<p>&#8220;`<br \/>\n\/firstaid pain dynamic<br \/>\n\/firstaid suppression dynamic<br \/>\n\/firstaid medicineeffect assisted<br \/>\n&#8220;`<\/p>\n<p>This setup keeps the mod readable without flattening its identity:<\/p>\n<p>*   `pain dynamic`: pain feedback follows injury severity instead of staying permanently soft.<br \/>\n*   `suppression dynamic`: suppression reacts to combat pressure for a stronger battlefield feel.<br \/>\n*   `medicineeffect assisted`: medicine still has pacing, but it is less punishing than `realistic`.<\/p>\n<p>### Common Commands (for 1.1.0 and above)<\/p>\n<p>#### Pain Intensity<\/p>\n<p>&#8220;`<br \/>\n\/firstaid pain dynamic<br \/>\n\/firstaid pain mild<br \/>\n&#8220;`<\/p>\n<p>*   `dynamic`: pain-related feedback scales with how badly the player is hurt.<br \/>\n*   `mild`: keeps pain effects lighter for more casual servers.<\/p>\n<p>#### Suppression Intensity<\/p>\n<p>&#8220;`<br \/>\n\/firstaid suppression dynamic<br \/>\n\/firstaid suppression mild<br \/>\n&#8220;`<\/p>\n<p>*   `dynamic`: suppression changes with combat pressure.<br \/>\n*   `mild`: keeps suppression lighter if you want less aggressive visual disruption.<\/p>\n<p>#### Medicine Timing<\/p>\n<p>&#8220;`<br \/>\n\/firstaid medicineeffect realistic<br \/>\n\/firstaid medicineeffect assisted<br \/>\n\/firstaid medicineeffect casual<br \/>\n&#8220;`<\/p>\n<p>*   `realistic`: slowest and most survival-focused.<br \/>\n*   `assisted`: recommended default for a balanced experience.<br \/>\n*   `casual`: fastest activation and the least demanding option.<\/p>\n<p>#### Rescue Wake-Up Delay<\/p>\n<p>&#8220;`<br \/>\n\/firstaid revivewakeup on 15<br \/>\n\/firstaid revivewakeup off<br \/>\n&#8220;`<\/p>\n<p>*   `on <seconds>`: rescued players stay down until the delay expires.<br \/>\n*   `off`: rescued players stand up immediately.<\/p>\n<p>If you want rescue to create a tactical recovery window, start with `on 15` or `on 20`.<\/p>\n<p>### Advanced Tuning<\/p>\n<p>#### Injury Debuffs<\/p>\n<p>&#8220;`<br \/>\n\/firstaid injurydebuff normal<br \/>\n\/firstaid injurydebuff low<br \/>\n\/firstaid injurydebuff off<br \/>\n\/firstaid injurydebuff minecraft:slowness off<br \/>\n&#8220;`<\/p>\n<p>*   The first three commands change injury debuffs globally.<br \/>\n*   `minecraft:slowness off` shows how to disable a single effect without changing the rest.<br \/>\n*   A good workflow is to keep the global mode at `normal` and then override only the effects you want to soften or disable.<\/p>\n<p>### Debug Command<\/p>\n<p>`\/damagePart` is mainly for testing locational damage behavior and is not intended for normal players.<\/p>\n<p>&#8220;`<br \/>\n\/damagePart HEAD 4<br \/>\n\/damagePart HEAD 4 nodebuff<br \/>\n&#8220;`<\/p>\n<p>*   The first command applies locational damage to the head.<br \/>\n*   The second command skips the linked debuff, which is useful when you only want to test damage values or UI feedback.<\/p>\n<p>### Recommended Presets<\/p>\n<p>#### Survival-Oriented Server<\/p>\n<p>&#8220;`<br \/>\n\/firstaid pain dynamic<br \/>\n\/firstaid suppression dynamic<br \/>\n\/firstaid medicineeffect realistic<br \/>\n\/firstaid revivewakeup on 20<br \/>\n\/firstaid injurydebuff normal<br \/>\n&#8220;`<\/p>\n<p>#### Balanced Server<\/p>\n<p>&#8220;`<br \/>\n\/firstaid pain dynamic<br \/>\n\/firstaid suppression dynamic<br \/>\n\/firstaid medicineeffect assisted<br \/>\n\/firstaid revivewakeup on 15<br \/>\n\/firstaid injurydebuff low<br \/>\n&#8220;`<\/p>\n<p>#### Casual Server<\/p>\n<p>&#8220;`<br \/>\n\/firstaid pain mild<br \/>\n\/firstaid suppression mild<br \/>\n\/firstaid medicineeffect casual<br \/>\n\/firstaid revivewakeup off<br \/>\n\/firstaid injurydebuff low<br \/>\n&#8220;`<\/p>\n<p>## Extension API<\/p>\n<p>Third-party mods can add custom First Aid treatment items and direct-use medicines through the public extension API.<\/p>\n<p>&#8211; Common API overview: [docs\/firstaid-extension-api.md](.\/docs\/firstaid-extension-api.md)<br \/>\n&#8211; Fabric setup: [docs\/firstaid-extension-fabric.md](.\/docs\/firstaid-extension-fabric.md)<br \/>\n&#8211; NeoForge setup: [docs\/firstaid-extension-neoforge.md](.\/docs\/firstaid-extension-neoforge.md)<br \/>\n&#8211; Forge 1.20.1 setup: [docs\/firstaid-extension-forge1.20.1.md](.\/docs\/firstaid-extension-forge1.20.1.md)<\/p>\n<p>## Credits &#038; License<\/p>\n<p>*   Based on **First Aid** by ichttt.<br \/>\n*   This port is distributed under the **GPL-3.0** license, consistent with the original project.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A port of First Aid with more realistic mechanism<\/p>\n","protected":false},"featured_media":70411,"template":"","meta":{"_minecraft_slug":"first-aid-new","_minecraft_project_id":"yNbhkSj2","_minecraft_author":"maoruiqa","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":2492,"_minecraft_follows":14,"_minecraft_client_side":"required","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"first-aid-new.zip","_minecraft_size_bytes":7998313,"_minecraft_version_count":10,"_minecraft_updated_at":"2026-05-15T19:32:41.318499Z","_minecraft_date_created":"2026-03-28T23:41:04.303182Z","_minecraft_date_modified":"2026-05-09T13:08:14.254986Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/first-aid-new","_minecraft_icon_attachment_id":70411,"_minecraft_imported_at":"2026-06-04T00:09:58+00:00","_minecraft_import_hash":"305020167702f94a8319c24042a1da5e","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,88,97,104,89,158],"mod_loader":[99,106,160],"minecraft_version":[36,37,41,73,74,38,83,167,163],"class_list":["post-70410","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-equipment","mod_category-fabric","mod_category-forge","mod_category-game-mechanics","mod_category-neoforge","mod_loader-fabric","mod_loader-forge","mod_loader-neoforge","minecraft_version-1-20-1","minecraft_version-1-21-1","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>FIrst Aid New - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/first-aid-new\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FIrst Aid New - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A port of First Aid with more realistic mechanism\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/first-aid-new\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/first-aid-new\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/first-aid-new\\\/\",\"name\":\"FIrst Aid New - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/first-aid-new\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/first-aid-new\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/first-aid-new-icon-421460e5349f8a0d5d6b668bf2820559c5981d62_96.webp\",\"datePublished\":\"2026-06-04T00:09:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/first-aid-new\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/first-aid-new\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/first-aid-new\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/first-aid-new-icon-421460e5349f8a0d5d6b668bf2820559c5981d62_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/first-aid-new-icon-421460e5349f8a0d5d6b668bf2820559c5981d62_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/first-aid-new\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"FIrst Aid New\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"FIrst Aid New - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/first-aid-new\/","og_locale":"en_US","og_type":"article","og_title":"FIrst Aid New - Minecraft","og_description":"A port of First Aid with more realistic mechanism","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/first-aid-new\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/first-aid-new\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/first-aid-new\/","name":"FIrst Aid New - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/first-aid-new\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/first-aid-new\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/first-aid-new-icon-421460e5349f8a0d5d6b668bf2820559c5981d62_96.webp","datePublished":"2026-06-04T00:09:57+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/first-aid-new\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/first-aid-new\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/first-aid-new\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/first-aid-new-icon-421460e5349f8a0d5d6b668bf2820559c5981d62_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/first-aid-new-icon-421460e5349f8a0d5d6b668bf2820559c5981d62_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/first-aid-new\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"FIrst Aid New"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/70410","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/70411"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=70410"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=70410"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=70410"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=70410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}