1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
Fellies/config[default]/WeirdingGadgetLimits.toml

13 lines
350 B
TOML
Raw Normal View History

2021-01-28 20:11:47 +00:00
#Limits for chunk loading
[chunkLoadingLimits]
#The number of tickets a player can be assigned instead of a mod. This is shared across all mods.
#Range: > 0
maximumPlayerTickets = 500
#Range: 0 ~ 225
maximumChunksPerTicket = 25
#Maximum ticket count for the mod. Zero disables chunkloading capabilities.
#Range: > 0
maximumModTickets = 200