Passive Health Regen: Bandages
No reviews yet
Addon for Passive Health Regen. Adds craftable bandages that clear regen cooldown and boost passive healing speed. Can be used standalone without the host mod.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
THIS IS AN ADDON TO PASSIVE HEALTH REGEN
Adds four craftable bandage items to Minecraft. Each bandage clears your passive regen cooldown instantly and applies a temporary regen speed boost. Higher tier bandages last longer, heal faster, and can cure effects like poison and wither. Works best with Passive Health Regen but can be used standalone.
EXAMPLE CONFIG
{
// Master toggle for every bandage item in this addon.
"enabled": true,
// Shared item use cooldown in ticks (how long before you can use any bandage again). 20 ticks = 1 second.
"useCooldownTicks": 100,
// Per-item cooldowns in ticks. Overrides the shared cooldown for each specific bandage.
"clothCooldownTicks": 100,
"woolCooldownTicks": 100,
"honeyCooldownTicks": 100,
"goldenCooldownTicks": 100,
// How long a bandage takes to use. 32 ticks feels close to a drink animation.
"useDurationTicks": 32,
// If false, bandage recipes are not loaded. Requires restart to update.
"enableRecipes": true,
// Per-item enable toggles.
"clothBandageEnabled": true,
"woolBandageEnabled": true,
"honeyBandageEnabled": true,
"goldenBandageEnabled": true,
// Per-item stack sizes. Changing these is safest with a restart.
"clothBandageStackSize": 16,
"woolBandageStackSize": 16,
"honeyBandageStackSize": 16,
"goldenBandageStackSize": 4,
// Wool bandage passive regen boost. Multiplier and duration in ticks.
"woolBoostMultiplier": 1.5,
"woolBoostDurationTicks": 600,
// Honey bandage passive regen boost and poison cure toggle.
"honeyBoostMultiplier": 2.0,
"honeyBoostDurationTicks": 400,
"honeyCurePoison": true,
// Golden bandage passive regen boost and curative toggles.
"goldenBoostMultiplier": 2.5,
"goldenBoostDurationTicks": 900,
"goldenCurePoison": true,
"goldenCureWither": true,
// Loot injection settings.
"injectIntoLoot": true,
"lootInjectionWeight": 6,
"lootCountMin": 1,
"lootCountMax": 2,
"lootTables": ["minecraft:chests/simple_dungeon", "minecraft:chests/abandoned_mineshaft", "minecraft:chests/shipwreck_supply", "minecraft:chests/pillager_outpost", "minecraft:chests/desert_pyramid", "minecraft:chests/jungle_temple"],
"lootAllowedTypes": ["cloth_bandage", "wool_bandage", "honey_bandage", "golden_bandage"]
}
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources