SonsOfHorror/client/config/spidersproducewebs.json5
2024-08-18 12:03:55 -07:00

8 lines
322 B
Plaintext

{
// The maximum distance in blocks the player can be away from a spider in order for the it to produce a web periodically.
// min: 1, max: 256
"maxDistanceToSpiderBlocks": 32,
// The delay in between spiders producing a web in ticks (1 second = 20 ticks).
// min: 1, max: 72000
"spiderWebProduceDelayTicks": 12000
}