config: integrated

This commit is contained in:
Snogard 2025-02-10 03:07:43 +01:00
parent 280af3b285
commit e4911f553b
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,16 @@
["Integrated Villages"]
###########################################################################################################
## General settings.
###########################################################################################################
["Integrated Villages".General]
# Whether or not vanilla villages should be disabled.
# Default: true
#
"Disable Vanilla Villages" = true
# Whether or not create contraptions such as windmills will be activated on world generation. Turning this to false could prevent some lag.
# Default: true
#
"Activate Create Contraptions" = true

2
config/integratedtunnels-common.toml Executable file → Normal file
View File

@ -66,6 +66,8 @@
worldInteractionEvents = true
#If an anonymous mod startup analytics request may be sent to our analytics service.
analytics = false
#For how many ticks importers/exporters should fail to process before they can start sleeping.
inventoryUnchangedTickCount = 3
#If items should be ejected into the world when a block is broken and not all items fit into the target. Will be voided otherwise.
ejectItemsOnBlockDropOverflow = true
#How many ticks importers/exporters should sleep until checking targets again when they were previously unchanged.