@@ -249,6 +249,11 @@ entities:
249249 vanilla : " false"
250250 default : " true"
251251 description : " Prevents phantoms from attacking players who have slept "
252+ player-insomnia-start-ticks :
253+ default : " 72000"
254+ description : |
255+ Number of ticks a player must stay awake before phantoms can start spawning.
256+ Default (72000) is 3 Minecraft days, -1 disables phantom spawning.
252257 piglins-guard-chests :
253258 default : " true"
254259 description : If piglins should attempt to guard chests when angered
@@ -357,6 +362,42 @@ entities:
357362 description : >-
358363 The rate, in ticks, at which arrows shot from players in creative mode
359364 are despawned
365+ ticks-per-spawn :
366+ ambient :
367+ default : " -1"
368+ description : |
369+ Determines how many ticks there are between attempts to spawn ambient mobs (bats).
370+ Default (-1) uses Vanilla spawn rate.
371+ axolotls :
372+ default : " -1"
373+ description : |
374+ Determines how many ticks there are between attempts to spawn axolotls.
375+ Default (-1) uses Vanilla spawn rate.
376+ creature :
377+ default : " -1"
378+ description : |
379+ Determines how many ticks there are between attempts to spawn passive creatures (animals).
380+ Default (-1) uses Vanilla spawn rate.
381+ monster :
382+ default : " -1"
383+ description : |
384+ Determines how many ticks there are between attempts to spawn hostile monsters.
385+ Default (-1) uses Vanilla spawn rate.
386+ underground_water_creature :
387+ default : " -1"
388+ description : |
389+ Determines how many ticks there are between attempts to spawn underground water creatures (glow squid).
390+ Default (-1) uses Vanilla spawn rate.
391+ water_ambient :
392+ default : " -1"
393+ description : |
394+ Determines how many ticks there are between attempts to spawn ambient water mobs (tropical fish).
395+ Default (-1) uses Vanilla spawn rate.
396+ water_creature :
397+ default : " -1"
398+ description : |
399+ Determines how many ticks there are between attempts to spawn water creatures (squid, dolphins).
400+ Default (-1) uses Vanilla spawn rate.
360401 despawn-range-shape :
361402 default : ELLIPSOID
362403 description : >-
@@ -1026,6 +1067,18 @@ tick-rates:
10261067 description : >-
10271068 How often mob spawners should tick to calculate available spawn areas and
10281069 spawn new entities into the world. A value of -1 will disable all spawners
1070+ dry-farmland :
1071+ default : " 1"
1072+ description : |
1073+ Controls how frequently dry farmland blocks are ticked.
1074+ Higher values slow down the rate at which farmland checks for moisture updates.
1075+ Default (1) uses Vanilla behavior, -1 disables dry farmland random ticks.
1076+ wet-farmland :
1077+ default : " 1"
1078+ description : |
1079+ Controls how frequently wet farmland blocks are ticked.
1080+ Higher values slow down the rate at which farmland checks for moisture updates.
1081+ Default (1) uses Vanilla behavior, -1 disables wet farmland random ticks.
10291082 sensor :
10301083 villager :
10311084 secondarypoisensor :
0 commit comments