wPwZ/2026-04-30_23-00-11

This commit is contained in:
2026-04-30 23:00:24 +01:00
commit bae0dc7278
1037 changed files with 21278 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#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:experience_orb", "minecraft:tnt", "minecraft:item"]
#Enables parallel processing of entity spawns. Warning, incompatible with Carpet mod lagFreeSpawning rule.
enableAsyncSpawn = true
#Enables async processing of random ticks.
enableAsyncRandomTicks = false