Persistent Block Damage

Quick rating

Persistent Block Damage

No reviews yet

Tired of block breaking progress resetting every time you stop mining?

Adventure/Exploration
Farming & Agriculture
Mod Loaders
NeoForge
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

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
PersistentBlockDamage-1.0.0.jar
Authors
CurseForge
Modrinth

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
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Persistent Block Damage - Hytale-Style Mining

Minecraft
Loader

Tired of block breaking progress resetting every time you stop mining?

Persistent Block Damage brings a Hytale-inspired mining system to Minecraft. Block damage remains visible and persists for a configurable amount of time, allowing you to continue mining exactly where you left off.


🎮 What Does It Do?

When you mine a block, its cracks remain visible even after you stop mining. If you return before the configured timeout expires, you continue from the exact same progress.

The total number of hits required to break a block never changes. Vanilla balance is fully preserved.

Vanilla:   ████████████ (12 consecutive hits or progress resets)
PBD:       ██████ pause ██████ = 12 hits ✨

✨ Features

  • Configurable persistent block damage (1–300 seconds)

  • Visible cracks remain after mining stops

  • Optional smooth decay system

  • Instant reset mode available

  • Fully multiplayer compatible

  • Server-authoritative synchronization

  • Real-time admin commands

  • Optimized for large servers

  • No additional dependencies required

  • Dedicated server support


🎯 How It Works

  1. Start mining a block

  2. The block accumulates damage and displays cracks

  3. Stop mining

  4. The cracks remain visible

  5. Return before the timeout expires

  6. Continue mining from the same progress

  7. If the timeout expires, the damage resets


⚙️ Configuration

The configuration file is automatically generated at:

config/persistentblockdamage-server.toml

Example:

[general]

# Seconds before damage begins to decay
blockDamagePersistenceSeconds = 10

# true = smooth decay
# false = instant reset
smoothDecay = true

# Ticks between decay steps
# 20 ticks = 1 second
decayIntervalTicks = 20

# Maximum tracked damaged blocks
maxTrackedBlocks = 10000

# Maximum crack render distance
renderDistance = 64

🛠️ Commands (OP Only)

Command Description
/pdb Displays the current persistence time
/pdb 30 Sets persistence to 30 seconds
/pdb 60 Sets persistence to 1 minute
/persistentblockdamage Displays full mod information
/persistentblockdamage time <seconds> Changes persistence time
/persistentblockdamage smooth Toggles smooth decay

Examples:

/pdb 5
Cracks disappear after 5 seconds

/pdb 120
Cracks remain for 2 minutes

/pdb 300
Maximum persistence time (5 minutes)

📦 Installation

  1. Install NeoForge 21.1.233 or newer for Minecraft 1.21.1

  2. Download PersistentBlockDamage-x.x.x.jar

  3. Place the file inside your mods folder

  4. Launch the game or server

The mod works immediately with default settings.


🌍 Dedicated Server Support

Persistent Block Damage is fully synchronized by the server.

If one player leaves a block at 50% progress:

  • Other players will see the cracks

  • Other players can continue mining it

  • Progress is shared and synchronized automatically

Perfect for multiplayer survival servers.


🔧 Requirements

  • Minecraft 1.21.1

  • NeoForge 21.1.233+

  • Dedicated Server or Singleplayer

  • No additional mods required


❓ Frequently Asked Questions

Does this reduce the number of hits required to break blocks?

No.

The number of hits remains exactly the same as vanilla Minecraft. The mod only preserves progress between mining sessions.

Does it work with all tools?

Yes.

Mining speed is calculated normally using the currently equipped tool.

Does it affect performance?

No.

The system is optimized to handle thousands of damaged blocks with minimal overhead.

Is it compatible with other mining mods?

Generally yes.

Persistent Block Damage only extends Minecraft's existing block damage system and does not modify tools, blocks, or mining mechanics.


💡 Inspiration

This mod is inspired by the persistent mining system showcased in Hytale, bringing a more immersive and forgiving mining experience to Minecraft while preserving vanilla balance.


Created by DeLaRosaPlay

Persistent Block Damage - Hytale-Style Mining

Tired of block breaking progress resetting every time you stop mining?

Persistent Block Damage brings a Hytale-inspired mining system to Minecraft. Block damage remains visible and persists for a configurable amount of time, allowing you to continue mining exactly where you left off.


🎮 What Does It Do?

When you mine a block, its cracks remain visible even after you stop mining. If you return before the configured timeout expires, you continue from the exact same progress.

The total number of hits required to break a block never changes. Vanilla balance is fully preserved.

Vanilla:   ████████████ (12 consecutive hits or progress resets)
PBD:       ██████ pause ██████ = 12 hits ✨

✨ Features

  • Configurable persistent block damage (1–300 seconds)
  • Visible cracks remain after mining stops
  • Optional smooth decay system
  • Instant reset mode available
  • Fully multiplayer compatible
  • Server-authoritative synchronization
  • Real-time admin commands
  • Optimized for large servers
  • No additional dependencies required
  • Dedicated server support

🎯 How It Works

  1. Start mining a block
  2. The block accumulates damage and displays cracks
  3. Stop mining
  4. The cracks remain visible
  5. Return before the timeout expires
  6. Continue mining from the same progress
  7. If the timeout expires, the damage resets

⚙️ Configuration

The configuration file is automatically generated at:

config/persistentblockdamage-server.toml

Example:

[general]

# Seconds before damage begins to decay
blockDamagePersistenceSeconds = 10

# true = smooth decay
# false = instant reset
smoothDecay = true

# Ticks between decay steps
# 20 ticks = 1 second
decayIntervalTicks = 20

# Maximum tracked damaged blocks
maxTrackedBlocks = 10000

# Maximum crack render distance
renderDistance = 64

🛠️ Commands (OP Only)

Command Description
/pdb Displays the current persistence time
/pdb 30 Sets persistence to 30 seconds
/pdb 60 Sets persistence to 1 minute
/persistentblockdamage Displays full mod information
/persistentblockdamage time <seconds> Changes persistence time
/persistentblockdamage smooth Toggles smooth decay

Examples:

/pdb 5
Cracks disappear after 5 seconds

/pdb 120
Cracks remain for 2 minutes

/pdb 300
Maximum persistence time (5 minutes)

📦 Installation

  1. Install NeoForge 21.1.233 or newer for Minecraft 1.21.1
  2. Download PersistentBlockDamage-x.x.x.jar
  3. Place the file inside your mods folder
  4. Launch the game or server

The mod works immediately with default settings.


🌍 Dedicated Server Support

Persistent Block Damage is fully synchronized by the server.

If one player leaves a block at 50% progress:

  • Other players will see the cracks
  • Other players can continue mining it
  • Progress is shared and synchronized automatically

Perfect for multiplayer survival servers.


🔧 Requirements

  • Minecraft 1.21.1
  • NeoForge 21.1.233+
  • Dedicated Server or Singleplayer
  • No additional mods required

❓ Frequently Asked Questions

Does this reduce the number of hits required to break blocks?

No.

The number of hits remains exactly the same as vanilla Minecraft. The mod only preserves progress between mining sessions.

Does it work with all tools?

Yes.

Mining speed is calculated normally using the currently equipped tool.

Does it affect performance?

No.

The system is optimized to handle thousands of damaged blocks with minimal overhead.

Is it compatible with other mining mods?

Generally yes.

Persistent Block Damage only extends Minecraft's existing block damage system and does not modify tools, blocks, or mining mechanics.


💡 Inspiration

This mod is inspired by the persistent mining system showcased in Hytale, bringing a more immersive and forgiving mining experience to Minecraft while preserving vanilla balance.


Created by DeLaRosaPlay

Screenshots

Gallery

  • Grietas
    Grietas

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

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
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