All versions
1.0a+mod
Release
First Releaselast month 61
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
Bandages 'n Dressings — Patch 1.0a
Bandages
Fiber Bandage — New Bandage Item
- Stack size: 8
- Use time: 3.5s
- Recipe: Paper + String + 7x Leaves → 1
- Effects: Regeneration III for 2.5s
Wool Bandage — New Bandage Item
- Stack size: 8
- Use time: 3.5s
- Recipe: Leather + Wool → 1
- Effects: Regeneration IV for 1.7s
Tourniquet — New Bandage Item
- Stack size: 8
- Use time: 3.5s
- Recipe: 2x Stick + Leather → 2
- Effects:
- Regeneration III for 2.5s (100% chance)
- Slowness II for 6s (30% chance)
First Aid Kit — New Bandage Item
- Stack size: 2
- Use time: 5s
- Recipe: Leaves + 2x Wool + Small Flowers + Bundle + Coal + 2x Stick + Sapling → 1
- Effects (clears all prior effects first, then applies):
- Absorption V for 5s
- Regeneration II for 10s
- Instant Health III (burst heal)
- Blindness I for 1s
- Darkness I for 1s
- Night Vision I for 3s
Dressings
Clarity Dressings — New Dressing Item
- Stack size: 16
- Use time: 1.6s
- Recipe: Sapling + Coal → 1
- Effects: Clears all active effects, then Regeneration I for 10s
Coherence — New Dressing Item
- Stack size: 8
- Use time: 1.6s
- Recipe: Leather + Lapis Lazuli + Bone Meal → 2
- Effects: Absorption II for 5s, Regeneration II for 5s
Eye-will Dressings — New Dressing Item
- Stack size: 16
- Use time: 1.6s
- Recipe: Ink Sac + Sapling + Fermented Spider Eye → 2
- Effects: Night Vision I for 15s, Regeneration I for 10s
Firefly Dressings — New Dressing Item
- Stack size: 16
- Use time: 1.6s
- Recipe: Amethyst Shard + Honey Bottle + Fermented Spider Eye → 2
- Effects: Fire Resistance I for 10s, Regeneration I for 10s
Tango's Dressings — New Dressing Item
- Stack size: 16
- Use time: 1.6s
- Recipe: Small Flowers + 2x Sapling → 3
- Effects: Poison I for 3s, Regeneration I for 18s
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:nliy3qer:TNMZBSzl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nliy3qer:TNMZBSzl"
}

