Twerk it Grow
Spam crouch near crops and saplings to grow them faster!
This Hytale mod randomly grows nearby crops when you start crouching.
The equivalent to 'Twerk it Meal' in Minecraft.
Install
Download the .jar file and move it into your mods folder.
Configuration
GrowRadius: (cubic) radius in which crops and samplings are updated
GrowChance: chance for each crop within the radius to grow
Default configuration
{
"GrowRadius": 3,
"GrowChance": 0.01
}
Development
Compile mod:
./gradlew clean jar
Decompile server jar:
./gradlew decompileWithVineflower
