Fellies/config/integratedterminals-common....

42 lines
1.8 KiB
TOML
Raw Permalink Normal View History

2021-01-28 20:21:47 +00:00
[general]
[general.general]
#The base energy usage for the crafting terminal.
terminalCraftingBaseConsumption = 1
#The base energy usage for the storage terminal.
terminalStorageBaseConsumption = 2
[core]
[core.general]
2021-02-13 10:16:29 +00:00
#If an anonymous mod startup analytics request may be sent to our analytics service.
analytics = true
2021-01-28 20:21:47 +00:00
#If the crafting planners can work on separate thread.
craftingPlannerEnableMultithreading = true
#The number of threads that the crafting plan calculator can use.
craftingPlannerThreads = 2
2021-02-12 14:22:54 +00:00
#If the version checker should be enabled.
versionChecker = true
2021-02-13 10:16:29 +00:00
#The maximum number of terminal storage instances that can be sent in a single packet. Reduce this when you have packet overflows.
terminalStoragePacketMaxInstances = 1024
2021-01-28 20:21:47 +00:00
[machine]
[machine.general]
2021-02-13 10:16:29 +00:00
#The update frequency in milliseconds for the crafting jobs gui.
guiTerminalCraftingJobsUpdateFrequency = 1000
#The number of items that should be selected when clicking on a fluid in the storage terminal.
guiStorageFluidInitialQuantity = 100000
2021-01-28 20:21:47 +00:00
#The number of items that should be selected when clicking on energy in the storage terminal.
guiStorageEnergyInitialQuantity = 100000
#The number of items that should be selected when clicking on an item in the storage terminal.
guiStorageItemInitialQuantity = 64
#The number of items that should be removed when right-clicking when energy is selected in the storage terminal.
guiStorageEnergyIncrementalQuantity = 1000
2021-02-12 14:22:54 +00:00
#The number of items that should be removed when right-clicking when an item is selected in the storage terminal.
guiStorageItemIncrementalQuantity = 1
2021-02-13 10:16:29 +00:00
#The number of items that should be removed when right-clicking when a fluid is selected in the storage terminal.
guiStorageFluidIncrementalQuantity = 1000
2021-01-28 20:21:47 +00:00