File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -713,6 +713,18 @@ environment:
713713 fire-tick-delay :
714714 default : " 30"
715715 description : Sets the minimum delay between fire ticks
716+ max-fluid-ticks :
717+ default : " 65536"
718+ description : >-
719+ The maximum number of fluid ticks that can be processed in a single tick.
720+ This is a safety measure to prevent the server from hanging when there is
721+ a large number of fluid updates.
722+ max-block-ticks :
723+ default : " 65536"
724+ description : >-
725+ The maximum number of block ticks that can be processed in a single tick.
726+ This is a safety measure to prevent the server from hanging when there is
727+ a large amount of block updates.
716728feature-seeds :
717729 generate-random-seeds-for-all :
718730 default : " false"
You can’t perform that action at this time.
0 commit comments