Fellies/config/WeirdingGadgetLimits.toml

13 lines
350 B
TOML
Raw Permalink Normal View History

2021-01-28 20:21: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
2021-02-13 10:16:29 +00:00
#Maximum ticket count for the mod. Zero disables chunkloading capabilities.
#Range: > 0
maximumModTickets = 200
2021-01-28 20:21:47 +00:00