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,7 @@
{
// The amount of time in ticks it takes for a shulker to respawn after it died. 20 ticks = 1 second. By default 60 seconds.
// min: 1, max: 72000
"timeInTicksToRespawn": 1200,
// If enabled, shulkers which spawn from (modded) spawners will not be respawned after a death.
"shulkersFromSpawnersDoNotRespawn": true
}