Persistent Block Damage
No reviews yet
Tired of block breaking progress resetting every time you stop mining?
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
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
Compatibility
Supported Environments
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
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
-
Start mining a block
-
The block accumulates damage and displays cracks
-
Stop mining
-
The cracks remain visible
-
Return before the timeout expires
-
Continue mining from the same progress
-
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
-
Install NeoForge 21.1.233 or newer for Minecraft 1.21.1
-
Download
PersistentBlockDamage-x.x.x.jar -
Place the file inside your
modsfolder -
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
- Start mining a block
- The block accumulates damage and displays cracks
- Stop mining
- The cracks remain visible
- Return before the timeout expires
- Continue mining from the same progress
- 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
- Install NeoForge 21.1.233 or newer for Minecraft 1.21.1
- Download
PersistentBlockDamage-x.x.x.jar - Place the file inside your
modsfolder - 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
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