mirror of
https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git
synced 2025-01-22 03:08:49 +02:00
Change the default sharing limit. 6MW is pretty harsh if people don't know what they are doing.
This commit is contained in:
parent
788a2fc304
commit
595c48a090
@ -30,7 +30,7 @@ EXCEPTION_LIST = {['loader'] = true,
|
||||
SHARED_ELEC_OUTPUT_BUFFER_SIZE = 1000000000 -- Default 10000000000
|
||||
SHARED_ELEC_INPUT_BUFFER_SIZE = 1000000000 -- 480000000
|
||||
|
||||
DEFAULT_SHARED_ELEC_INPUT_LIMIT = 100000 -- 100kW?
|
||||
DEFAULT_SHARED_ELEC_INPUT_LIMIT = 16666 -- 1MW
|
||||
|
||||
SHARED_ENERGY_STARTING_VALUE = 0 -- 100GJ
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user