notex4/src/overrides/config/ae2ao.toml
2023-11-22 12:37:31 +01:00

25 lines
716 B
TOML

#Disable all channels logic. If true amount of used channels is always 0.
DisableChannels = false
[Cells]
CellFireResistance = false
CellExplosionResistance = false
PortableCellFireResistance = false
PortableCellExplosionResistance = false
ItemsPerByte = 8
MbPerByte = 8000
[Controllers]
#Control all controller limits. If is false, any variant of controller structure is correct.
ControllerLimits = true
#If is false, possible structure with cross pattern, i.e. two neighbors on two or three axes.
ControllerCross = false
#If is true, possible connect to one me net multiple controller structure.
MultipleControllers = true
[Controllers.ControllerSizeLimits]
Max_X = 11
Max_Y = 11
Max_Z = 11