Passive Health Regen: Bandages

Quick rating

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.

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
passive-regen-bandages-1.0.0+1.20.1-fabric.jar
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

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

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~4,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works