Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

forgeChunkLoading.Forge.maximumChunksPerTicket

Maximum chunks per ticket for the mod.

Type: signed integer

Default:

25

forgeChunkLoading.Forge.maximumTicketCount

Maximum ticket count for the mod. Zero disables chunkloading capabilities.

Type: signed integer

Default:

200

forgeChunkLoading.defaults.enabled

Are mod overrides enabled?

Type: boolean

Default:

true

forgeChunkLoading.defaults.dormantChunkCacheSize

Unloaded chunks can first be kept in a dormant cache for quicker loading times. Specify the size (in chunks) of that cache here

Type: signed integer

Default:

0

forgeChunkLoading.defaults.maximumChunksPerTicket

The default maximum number of chunks a mod can force, per ticket, for a mod without an override. This is the maximum number of chunks a single ticket can force.

Type: signed integer

Default:

25

forgeChunkLoading.defaults.maximumTicketCount

The default maximum ticket count for a mod which does not have an override in this file. This is the number of chunk loading requests a mod is allowed to make.

Type: signed integer

Default:

200

forgeChunkLoading.defaults.playerTicketCount

The number of tickets a player can be assigned instead of a mod. This is shared across all mods and it is up to the mods to use it.

Type: signed integer

Default:

500

forgeChunkLoading.serverutilities.maximumChunksPerTicket

This option has no description.

Type: signed integer

Default:

1000000

forgeChunkLoading.serverutilities.maximumTicketCount

This option has no description.

Type: signed integer

Default:

1000000