7 lines
321 B
Plaintext
7 lines
321 B
Plaintext
{
|
|
// 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
|
|
} |