9 lines
364 B
Plaintext
9 lines
364 B
Plaintext
{
|
|
// The chance a zombie that has spawned on the surface is riding a horse.
|
|
// min: 0.0, max: 1.0
|
|
"chanceSurfaceZombieHasHorse": 0.05,
|
|
// If enabled, burns zombie horses when daylight shines upon them.
|
|
"shouldBurnZombieHorsesInDaylight": true,
|
|
// If enabled, a zombie horse with rider will only spawn on the surface.
|
|
"onlySpawnZombieHorsesOnSurface": true
|
|
} |