Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Tags
Creators
Details
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


