diff --git a/pocket/ui/docs.lua b/pocket/ui/docs.lua index f017632..f2a159e 100644 --- a/pocket/ui/docs.lua +++ b/pocket/ui/docs.lua @@ -103,6 +103,16 @@ text("When 'valves' are connected for routing waste, this system can manage whic text("There are three waste products, listed below with the colors generally associated with them.") list(DOC_LIST_TYPE.LED, { "Pu - Plutonium", "Po - Polonium", "AM - Antimatter" }, { colors.cyan, colors.green, colors.purple }) note("The Po and Pu colors are swapped in older versions of Mekanism.") +sect("Unit Waste") +text("Units can be set to specific waste products via buttons at the bottom right of a unit display.") +note("Refer to Operator UIs > Coordinator UI > Unit Displays for details.") +text("If a 'Auto' is selected instead of a waste product, that unit's waste will be processed per the facility waste control.") +sect("Facility Waste") +text("Facility waste control adds additional functionality to waste processing through automatic control.") +text("The waste control interface on the main display lets you set a target waste type along with options that can change that based on circumstances.") +note("Refer to Operator UIs > Coordinator UI > Main Display for information on the display and control interface.") +doc("usage_waste_fallback", "Pu Fallback", "This option switches facility waste control to plutonium when the SNAs cannot keep up, such as at night.") +doc("usage_waste_sps_lc", "Low Charge SPS", "This option prevents the facility waste control from stopping antimatter production at low induction matrix charge (< 10%, resumes after reaching 15%).") --#endregion