server1.21.5/config/async.toml

11 lines
564 B
TOML

#Enables parallel processing of entity.
disabled = false
#Maximum number of threads to use for parallel processing. Set to -1 to use default value. Note: If 'virtualThreads' is enabled, this setting will be ignored.
paraMax = -1
#List of entity class for sync processing.
synchronizedEntities = ["minecraft:item", "minecraft:experience_orb", "minecraft:tnt"]
#Enables parallel processing of entity spawns. Warning, incompatible with Carpet mod lagFreeSpawning rule.
enableAsyncSpawn = true
#Enables async processing of random ticks.
enableAsyncRandomTicks = false