added config files

This commit is contained in:
2024-09-25 03:12:49 +02:00
parent 9a84b7a147
commit e028f16b78
373 changed files with 16567 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#Define the initial thread count number of threads
#If the value is 6, new worlds will start with 6 thread counts as a initial value
#This is useful for modpacks with dimensional mods, instead of fallback on default's 3 you can configure how many can use
#ADVICE: Gamerule and this config is capped to max available processors of the server
#if you set the value above available processors, forge will set it back to defaults 3
#This was done to prevent users gameplay got slowed by not having enough threads
#Range: 2 ~ 16
default_gamerule_threads = 3
#WARNING: very VERY EXPERIMENTAL, do not use it (except if you want world corruption)
#This feature is intended to ignore crashes ticking levels, for the good sake of not have to restart your entire server
#Have i mentioned IS EXPERIMENTAL?
ignore_tick_crash = false