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