Skip to content

Commit

Permalink
Add docs for polyfuse, digiline chests commands, overload
Browse files Browse the repository at this point in the history
  • Loading branch information
Athozus committed Jul 25, 2023
1 parent a375ea0 commit de3e6b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion technic/doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------
Expand All @@ -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:
* `<LV|MV|HV>_EU_supply` : Exists for PR and BA node types. This is the EU value supplied by the node. Output
Expand Down
7 changes: 7 additions & 0 deletions technic/doc/chests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit de3e6b9

Please sign in to comment.