Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 5 months ago
All versions
1.1.0.0
Release
Marbled's First Aid [Neo/Forge] 1.21.1-1.1.0.0last year 302
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Updated to Forge 47.4.0 (1.20.1)
- Port to NeoForge 1.21/1/4
- Added 4 Advancements! Marbled's First Aid, Pills Here!, Walking ER, and Tis' But A Scratch
- Added Elixir! Cures Weakness, Mining Fatigue, and Slowness
- Added Morphine Syringe! Same effects and effect lengths as medicine Morphine
- Added Syringe and Awkward Syringe! You can now brew your Syringes
- Added 3 tags; #syringes, #medicines, #firstaiditems
- Added Polish lang (thank you Daniel!)
- Added English, CA lang (me)
- Added English, UK lang (thank you Daniel!)
- Added Spanish lang (thank you Auditor!)
- You now get 3 Medicine Bottles instead of 1 when crafting
- Texture changes for some items
- Antidote is now brewed with a Copper Ingot instead of a Iron Ingot
- All Medicines and Syringes now stack to 1
- Backend changes (organizing, improvements, renaming, cleanup)
- Renamed
stimsound tosyringe - Fixed item use sounds playing at the players position when they begin using it instead of at the players position
- Fixed incorrect effect length times for some medicines and syringes
- Fixed missing translation for sounds when using
- Fixed Syringes playing player breath sound after using
- Fixed no brewing recipes for some medicines and all syringes
- Fixed Stimpack and Adrenaline Syringe not having recipes
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Y98QxocH:sy2unhVr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y98QxocH:sy2unhVr"
}

