Interface LoaderConfig

All the properties can be set. Set to undefined to remove a property, null to use ConfigCmd.defaults during encoding.

interface LoaderConfig {
    cycleTime?: number;
    dropPoint?: LoaderPoint;
    pickupPoint?: LoaderPoint;
    priority?: LoaderPriority;
    requireOutputInventory?: boolean;
    stackLimit?: number;
    waitForStackLimit?: boolean;
}

Properties

cycleTime?: number

[20, 1200] float, in ticks. (1200/20 = 60 seconds cycle time in game)

dropPoint?: LoaderPoint
pickupPoint?: LoaderPoint
priority?: LoaderPriority
requireOutputInventory?: boolean
stackLimit?: number
waitForStackLimit?: boolean