From de3e6b9c327c1d07bc81431193b4c93012b55a0a Mon Sep 17 00:00:00 2001 From: Athozus Date: Tue, 25 Jul 2023 18:39:51 +0200 Subject: [PATCH] Add docs for polyfuse, digiline chests commands, overload --- technic/doc/api.md | 4 +++- technic/doc/chests.md | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/technic/doc/api.md b/technic/doc/api.md index 4cc22cbf..ad1bdf55 100644 --- a/technic/doc/api.md +++ b/technic/doc/api.md @@ -157,7 +157,7 @@ There are currently following types: Switching Station ----------------- The switching station is required to start electric network and keep it running. -Unlike in original mod this node does not handle power distribution logic but instead just resets network timeout. +Unlike in original mod this node does not handle power distribution logic but instead just resets network timeout. The polyfuse system is activated when there is too much lag, which causes network to skip cycles (it works slower). It is shown in the infotext when activated. Network logic ----------------- @@ -174,6 +174,8 @@ If any surplus exists from the PR nodes the batteries will be charged evenly wit If total demand exceeds generator supply then draw difference from batteries. If total demand is more than available power all RE nodes will be shut down. +You can only have one network per machine, else the switching station will indicate you that several networks are trying to access the machine. + ### Node meta usage Nodes connected to the network will have one or more of these parameters as meta data: * `_EU_supply` : Exists for PR and BA node types. This is the EU value supplied by the node. Output diff --git a/technic/doc/chests.md b/technic/doc/chests.md index 7f17b5cf..e1a07aa8 100644 --- a/technic/doc/chests.md +++ b/technic/doc/chests.md @@ -58,3 +58,10 @@ Chests can be sorted with one button with the following sort types : natural sor ## Inventory move Chests have the ability to move all or a certain type of item with a button. All items that fit with that type will move from inventory to chest or the contrary. + +## Digilines + +Only mithril chests can send digilines logs. They can send messages of following types : +* Player/pipeworks item taking +* Player/pipeworks item putting +* Pipeworks overflow (chest is full)