40 lines
1.3 KiB
TOML
40 lines
1.3 KiB
TOML
|
#Inventory Connector Range
|
||
|
#Range: 4 ~ 256
|
||
|
inventoryConnectorRange = 16
|
||
|
#Only Allow Trims to Connect Inventories
|
||
|
onlyTrimsConnect = false
|
||
|
#Inventory Cable Connector Maximum number of cables
|
||
|
#Range: > 16
|
||
|
invCableConnectorMaxScanSize = 2048
|
||
|
#Wireless terminal reach
|
||
|
#Range: 4 ~ 64
|
||
|
wirelessReach = 16
|
||
|
#Wireless terminal reach
|
||
|
#Range: 16 ~ 512
|
||
|
advWirelessRange = 64
|
||
|
#Adv Wireless terminal requied beacon level for infinite range
|
||
|
#Value of 0 only requires a single beacon block nearby
|
||
|
#Value of -1 disables this feature entirely
|
||
|
#Range: -1 ~ 4
|
||
|
wirelessTermBeaconLvl = 1
|
||
|
#Adv Wireless terminal requied beacon level for cross dimensional access
|
||
|
#Value of 0 only requires a single beacon block nearby
|
||
|
#Value of -1 disables this feature entirely
|
||
|
#Range: -1 ~ 4
|
||
|
wirelessTermBeaconLvlDim = 4
|
||
|
#Inventory Cable Connector requied beacon level for inventory linking
|
||
|
#Value of 0 only requires a single beacon block
|
||
|
#Value of -1 disables this feature entirely
|
||
|
#Range: -1 ~ 4
|
||
|
invLinkBeaconLvl = 1
|
||
|
#Inventory Cable Connector requied beacon level for cross dimensional access
|
||
|
#Value of 0 only requires a single beacon block
|
||
|
#Value of -1 disables this feature entirely
|
||
|
#Range: -1 ~ 4
|
||
|
invLinkBeaconLvlDim = 2
|
||
|
#Inventory Connector duplicate finder max slot count
|
||
|
#Value of 0 only disables
|
||
|
#Range: > 0
|
||
|
invDupScanSize = 100
|
||
|
|