added changelog generator and updated configs
This commit is contained in:
9
config/skeletonhorsespawn.json5
Normal file
9
config/skeletonhorsespawn.json5
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
// 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
|
||||
}
|
||||
Reference in New Issue
Block a user