mkaito / SE-Mod-SorterConfigReader

Configures Conveyor Sorters from their Custom Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorter Config Reader

This mod adds a button to the terminal controls of sorters to read the filter configuration from Custom Data.

Usage

The mod code runs every 100 ticks. Any Sorter with config in Custom Data as shown below will get configured automatically. The parsing only runs if the Custom Data has changed, so there is no continued performance cost.

[SorterConfig]
mode = blacklist
filters =
|Ore/Stone
|Ore/Iron
|Component/SteelPlate

About

Configures Conveyor Sorters from their Custom Data


Languages

Language:C# 69.0%Language:Shell 26.4%Language:AMPL 4.6%