Forge Creeper Heal Mod — Configuration
Configuration
The configuration file is located at /config/forgecreeperheal.cfg. It uses the JSON format, requiring strict adherence to syntax for changes to take effect. Note: Changes to the configuration only apply to explosions that occur after the settings are saved.
Healing Timings
These settings determine how long the world stays damaged and how fast it repairs.
| Setting | Default Value | Description |
|---|---|---|
minTickStart |
6000 | Minimum ticks (approx. 5 mins) before the first block is restored. |
maxTickStart |
12000 | Maximum ticks (approx. 10 mins) before the first block is restored. |
minTick |
0 | Minimum ticks between individual block repairs. |
maxTick |
200 | Maximum ticks between individual block repairs. |
Block Overrides
These settings handle conflicts when a player or fluid occupies the space of a destroyed block before it can heal.
| Setting | Default Value | Description |
|---|---|---|
overrideBlock |
false | If true, the healed block will replace any block a player placed in that spot. |
overrideFluid |
true | If true, the healed block will displace water or lava that flowed into the crater. |
dropIfCollision |
true | If overrideBlock is false, the block that was supposed to heal will drop as an item instead. |
Containers
| Setting | Default Value | Description |
|---|---|---|
dropItems |
false | If false, items inside a chest are restored with the chest. If true, items drop normally. |
Commands
Administrators can manage the healing process in real-time using the following commands:
/fch config reload: Reloads the configuration file from the disk./fch heal all: Immediately repairs all pending explosions across all dimensions./fch heal all me: Repairs all pending explosions in the player's current dimension./fch heal all <dimension_id>: Repairs all pending explosions in the specified dimension./fch profiler (enable|disable): Toggles the performance profiler to monitor memory usage and processing time.