
Creeper Craters Regenerate
Blocks destroyed by mob explosions will regenerate.
- Загрузки
- 304
- Подписчики
- 5
- Обновлён
- 10 мая 2026 г.
- Лицензия
- MIT
Опубликован 30 апреля 2026 г.
Creeper Craters Regenerate

Blocks broken by mob explosions will regenerate over time.
If a block is blacklisted or replaced by a player, it will drop as with a normal explosion.
Server-side and configurable at config/creeper-craters-regenerate.toml
Config Example:
# How many ticks between block placements (per-explosion)
# default: 10
replacement_speed_ticks = 10
# How many ticks before explosions start regenerating
# default: 80
start_delay_ticks = 80
# Whether blocks will be filled in randomly within each Y height. If false, blocks will be replaced line-by-line.
# default: true
random_fill = true
# If false, gravity blocks will not fall around explosions to make the result cleaner
# default: false
falling_sand = false
# Chests and other block entities will regenerate with their contents inside. If disabled, items will drop like normal.
# default: true
preserve_block_entity_contents = true
# Entities whose explosions can be regenerated
allowed_entities = ["minecraft:creeper", "minecraft:wither_skull", "minecraft:fireball"]
# Blocks that will not regenerate
block_blacklist = ["minecraft:tnt", "minecraft:nether_portal", "minecraft:end_portal", "minecraft:end_portal_frame", "minecraft:bedrock"]
Ченджлог
0.0.8Релиз26.1, 26.1.1, 26.1.2 · 10 мая 2026 г.
Fixed not respecting mob griefing rules
0.0.7Релиз26.1, 26.1.1, 26.1.2 · 6 мая 2026 г.
Obstructed block entities drop their contents, dropped block entities retain their components (except containers)
0.0.6Релиз26.1, 26.1.1, 26.1.2 · 4 мая 2026 г.
Added a config option to randomly place blocks within the same Y height.
0.0.5Релиз26.1, 26.1.1, 26.1.2 · 4 мая 2026 г.
Fixed chests dropping their loot when it hasn't been generated yet.
0.0.4Релиз26.1, 26.1.1, 26.1.2 · 4 мая 2026 г.
Fixed beds regenerating improperly on server close.
0.0.3Релиз26.1, 26.1.1, 26.1.2 · 4 мая 2026 г.
Added keep block entity contents option. Fixed double blocks and beds (mostly).
0.0.2Релиз26.1, 26.1.1, 26.1.2 · 3 мая 2026 г.
Fix some blocks floating or duplicating.
Комментарии
Загружаем…