Update Home

pietru 2025-02-21 20:07:14 +01:00
parent 7ed10bb27e
commit c2365b72ae

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.