From c2365b72aedbd8d8880e43e0c3b0d15df1c99bf8 Mon Sep 17 00:00:00 2001 From: pietru Date: Fri, 21 Feb 2025 20:07:14 +0100 Subject: [PATCH] Update Home --- Home.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index 854e5c5..c5cb44a 100644 --- a/Home.md +++ b/Home.md @@ -1,8 +1,18 @@ -Welcome to omnipower wiki. +### Welcome to omni-power wiki. This wiki is meant to describe blockevents that mod adds. Blockevents: - [power](/pietru/CR_OmniPower_Mod/wiki/BlockEvent+-+Power.-) - [connect](/pietru/CR_OmniPower_Mod/wiki/BlockEvent+-+Connect.-) - - [open_ui (experimental)](/pietru/CR_OmniPower_Mod/wiki/BlockEvent+-+Open+UI.-) \ No newline at end of file + - [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. \ No newline at end of file