Update Home
parent
7ed10bb27e
commit
c2365b72ae
1 changed files with 12 additions and 2 deletions
12
Home.md
12
Home.md
|
@ -1,4 +1,4 @@
|
||||||
Welcome to omnipower wiki.
|
### Welcome to omni-power wiki.
|
||||||
|
|
||||||
This wiki is meant to describe blockevents that mod adds.
|
This wiki is meant to describe blockevents that mod adds.
|
||||||
|
|
||||||
|
@ -6,3 +6,13 @@ Blockevents:
|
||||||
- [power](/pietru/CR_OmniPower_Mod/wiki/BlockEvent+-+Power.-)
|
- [power](/pietru/CR_OmniPower_Mod/wiki/BlockEvent+-+Power.-)
|
||||||
- [connect](/pietru/CR_OmniPower_Mod/wiki/BlockEvent+-+Connect.-)
|
- [connect](/pietru/CR_OmniPower_Mod/wiki/BlockEvent+-+Connect.-)
|
||||||
- [open_ui (experimental)](/pietru/CR_OmniPower_Mod/wiki/BlockEvent+-+Open+UI.-)
|
- [open_ui (experimental)](/pietru/CR_OmniPower_Mod/wiki/BlockEvent+-+Open+UI.-)
|
||||||
|
|
||||||
|
|
||||||
|
### Cross Mod Compatibility
|
||||||
|
|
||||||
|
Cable Adapter blocks will try to activate `universal_power` (turning on) and `universal_unpower` (turning off) for surrounding blocks whenever omni-power network will start to switch state.
|
||||||
|
Cable Adapters can receive `universal_power` (turning on) and `universal_unpower` (turning off) from surrounding blocks when other mod cable networks are switching state.
|
||||||
|
|
||||||
|
**Notes** \
|
||||||
|
For network power state to switch the cables of omni-power and other mods have to touch. \
|
||||||
|
The `universal_power` and `universal_unpower` can be used to switch on and off things other than cables, assuming respective devices have `universal_power` and `universal_unpower` triggers.
|
Loading…
Reference in a new issue