This mod adds random tick speed to Hytale, making every chunk near player choose random blocks to perform actions on them.
Features:
- Grass turns into dirt when covered with another block
- Grass spreads into neighboring dirt blocks, persisting soil type
Planned features:
- Adding support for more grass types
- Making foliage regrow
Configuration
To make config work create a folder called "Kukilet_Nature's reclamation" inside your server "mods" folder. Next create a file named Config.json inside.
JSON structure and defaults:
{
"Radius": 3,
"Speed": 7200
}
- Radius -> how many chunks to tick around each player (1 means only the chunk, the player is in)
- Speed -> how many blocks to tick in each chunk (7200 matches minecraft vanilla speed which was the inspiration)

