8 lines
563 B
TOML
8 lines
563 B
TOML
#Contraption force loading settings. These are dangerous — misuse can cause severe server lag.
|
|
[force_loading]
|
|
#Allow players to force-load the plot chunks (the real-world anchor chunks) of a claimed contraption via FTB Chunks.
|
|
#This adds a persistent Sable loading ticket so the contraption remains loaded and ticking when no players are nearby.
|
|
#Respects FTB Chunks force-load limits and offline force-load settings.
|
|
#WARNING: Force-loaded contraptions continue simulating physics and can cause server lag if overused.
|
|
allow_plot_chunk_force_load = true
|