oo3server/config/manure.json5

5 lines
197 B
Plaintext
Raw Normal View History

2024-02-09 10:42:53 +00:00
{
// How long the delay in ticks is in between loaded animals dropping manure. 20 ticks = 1 second. By default twice a day, every 12000 ticks.
// min: 0, max: 1E7
"manureDropDelayTicks": 60000
}