

Automatically and gradually resets the terrain across the map, taking into account player's wards.
Supports wards from vanilla and the WardIsLove mod.
Required only on the server side. Players do not need to install the mod.
value closer to original
height it was before any player's modifications.Configuration values can be changed in-game.
Default config file GroundReset.cfg ⬇:
[DO NOT TOUCH]
## [Synced with Server]
# Setting type: Single
# Default value: 0
time has passed since the last trigger = 0.3177821
[General]
## Locks client config file so it can't be modified [Synced with Server]
# Setting type: Boolean
# Default value: true
ServerConfigLock = true
## Time in minutes before reset [Synced with Server]
# Setting type: Single
# Default value: 4320
TheTriggerTime = 1
## The divider for the terrain restoration. Current value will be divided by this value. [Synced with Server]
# Setting type: Single
# Default value: 1.7
Divider = 5
## If the height is lower than this value, the terrain will be reset instantly. [Synced with Server]
# Setting type: Single
# Default value: 0.2
Min Height To Stepped Reset = 0.4
## How often elapsed time will be saved to config file. [Synced with Server]
# Setting type: Single
# Default value: 120
SavedTime Update Interval (seconds) = 120
Before any player's modifications with hoe or pickaxe, what I call ghound height delta is 0.
If the height delta is lower than zero, it means that there's a hole in the terrain.
Positive height delta means there is a hill.
The zero delta of height, as already mentioned, means there is a flat ground.
When the timer is triggered, reset step will be performed. The mod looks at the entire map - every single point of the
earth that has been raised or lowered by the player using a hoe or pickaxe. Points located in the area of the active
ward or the territory of the makretplace are not taken into account by the algorithm. The mod brings each such point
closer to its original value by Divider times.
Discord -
justafrogger
Me on Thunderstore -
Frrogger Mods
GitHub -
GroundReset