File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -347,6 +347,12 @@ world-settings:
347347 The chance of lightning occurring during a thunderstorm, as a
348348 probability of 1/\<thunder-chance> per chunk, every tick.
349349 entity-activation-range :
350+ header :
351+ message : >-
352+ The distance in blocks from a player at which entities tick normally.
353+ Outside this range, entities tick less frequently. Set to 0 or less to
354+ disable activation-range throttling for loaded entities in that category,
355+ causing them to tick normally regardless of player distance.
350356 animals :
351357 vanilla : " 0"
352358 default : " 32"
@@ -362,7 +368,10 @@ world-settings:
362368 misc :
363369 vanilla : " 0"
364370 default : " 16"
365- description : The entity activation range for misc entities.
371+ description : >-
372+ The entity activation range for miscellaneous entities, including
373+ dropped items. Outside of this range, items moving through water
374+ streams may appear to visually lag, rubber-band, or move backward.
366375 water :
367376 vanilla : " 0"
368377 default : " 16"
You can’t perform that action at this time.
0 commit comments