概述
Creeper Healing 能够让世界自动修复苦力怕爆炸造成的破坏。
修复时使用的方块可自行配置,以防止潜在滥用。
类似模组:Forge 苦力怕坑修复。
详细介绍
爆炸修复模式
仅在玩家能够放置方块的位置进行修复,除默认模式外也可选择其他模式:
白昼修复模式:爆炸在日出后开始修复,修复过程需光照支持;
动态难度修复模式:根据世界或服务器难度调整爆炸修复速度;
抗爆性分级修复模式:高抗爆性方块修复耗时更长,且修复时间有随机偏移,以实现分批修复。
对于不同爆炸源
禁用爆炸物品掉落
可配置的延迟
恢复方块实体 NBT 数据
固定重力方块
白名单
# 示例格式:
whitelist_entries = ["minecraft:grass", "minecraft:stone"]
替换映射表
警告:相同值重复定义将导致游戏崩溃;
自定义方块替换规则可保留原始方块属性(如朝向):
# 示例格式:
"minecraft:diamond_block" = "minecraft:stone"
额外设置
默认配置文件
# 爆炸修复延迟配置
[delays]
explosion_heal_delay = 3.0
block_placement_delay = 1.0
# 爆炸物品掉落配置
[explosion_item_drops]
drop_items_on_mob_explosions = false
drop_items_on_block_explosions = true
drop_items_on_tnt_explosions = true
drop_items_on_triggered_explosions = true
drop_items_on_other_explosions = true
drop_items_on_mob_explosions_blacklist = ["minecraft:placeholder"]
# 爆炸源修复配置
[explosion_sources]
heal_mob_explosions = true
heal_block_explosions = false
heal_tnt_explosions = false
heal_triggered_explosions = false
heal_other_explosions = false
heal_mob_explosions_blacklist = ["minecraft:placeholder"]
# 爆炸修复模式选择
[explosion_healing_mode]
mode = "DEFAULT_MODE"
# 额外设置
[preferences]
restore_block_nbt = false
force_blocks_with_nbt_to_always_heal = false
make_falling_blocks_fall = true
block_placement_sound_effect = true
block_placement_particles = true
heal_on_healing_potion_splash = true
heal_on_regeneration_potion_splash = true
enable_whitelist = false
# 方块替换规则
[replace_map]
"minecraft:diamond_block" = "minecraft:stone"