Mod
Regenerating Blocks
No reviews yet
Adds a special block which can regenerate into another block after a delay
Projects that have been proven to or clearly use AI-generated art assets, including project logo. Projects with this tag are automatically excluded from all Pack Finder results.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
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.
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
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
About
Description
Regenerating Blocks
Regenerating Blocks is a cross-loader Minecraft mod for Fabric and Forge that adds a special block which can regenerate into another block after a delay.
Features
- A regenerating block that can be configured to restore a target block
- Timer-based regeneration
- Block/item tooltip information
- Command support for setting up regenerating blocks
- Jade integration for extra block info where available
Commands
The mod adds a command for creating a correctly configured regenerating block item:
/regeneratingblocks <target> <block> <timer>
<target>— one or more players who should receive the item<block>— the block that this regenerating block will restore<timer>— regeneration time in ticks, minimum1
Example:
/regeneratingblocks @p minecraft:diamond_ore 1200
This gives the selected player a regenerating block item with the correct TargetBlock and Timer NBT values already set.
Global regenerating blocks via tags
You can also make any block a globally regenerating block by adding it to a block tag whose path starts with regenerating/.
The mod reads tags in the following format:
data/regeneratingblocks/tags/blocks/regenerating/<timer>.json
Where:
regeneratingblocksis the mod namespace<timer>is the regeneration time in ticks- the JSON file contains the blocks that should use that timer
Example file: data/regeneratingblocks/tags/blocks/regenerating/1200.json
{
"replace": false,
"values": [
"minecraft:diamond_ore",
"minecraft:deepslate_diamond_ore"
]
}
Any block included in that tag will be treated as a regenerating block with a 1200 tick delay when broken.
Configuration
Сonfig and currently includes:
defaultTimer— default regeneration time in ticksdefaultBlock— fallback block used when no target block is provided
Regenerating Blocks
Regenerating Blocks is a cross-loader Minecraft mod for Fabric and Forge that adds a special block which can regenerate into another block after a delay.
Features
- A regenerating block that can be configured to restore a target block
- Timer-based regeneration
- Block/item tooltip information
- Command support for setting up regenerating blocks
- Jade integration for extra block info where available
Commands
The mod adds a command for creating a correctly configured regenerating block item:
/regeneratingblocks <target> <block> <timer>
<target>— one or more players who should receive the item<block>— the block that this regenerating block will restore<timer>— regeneration time in ticks, minimum1
Example:
/regeneratingblocks @p minecraft:diamond_ore 1200
This gives the selected player a regenerating block item with the correct TargetBlock and Timer NBT values already set.
Global regenerating blocks via tags
You can also make any block a globally regenerating block by adding it to a block tag whose path starts with regenerating/.
The mod reads tags in the following format:
data/regeneratingblocks/tags/blocks/regenerating/<timer>.json
Where:
regeneratingblocksis the mod namespace<timer>is the regeneration time in ticks- the JSON file contains the blocks that should use that timer
Example file: data/regeneratingblocks/tags/blocks/regenerating/1200.json
{
"replace": false,
"values": [
"minecraft:diamond_ore",
"minecraft:deepslate_diamond_ore"
]
}
Any block included in that tag will be treated as a regenerating block with a 1200 tick delay when broken.
Configuration
Сonfig and currently includes:
defaultTimer— default regeneration time in ticksdefaultBlock— fallback block used when no target block is provided
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