added changelog generator and updated configs

This commit is contained in:
2024-09-26 00:09:01 +02:00
parent 330f2c778c
commit f24c55858c
99 changed files with 9198 additions and 217 deletions

View File

@@ -0,0 +1,9 @@
{
// 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
}