-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Ancient Urban Ruins compat (#487)
- Patched gizmo to fill a map portal (stairs, elevetars, etc.) - Needs to be enabled in the settings - Not available for all map portals - Added support for electrical boxes - You link an input and output electrical box (both named, mode can be toggled) to transfer power between one and the other, across levels - Syncing is done via a single sync method lambda, a normal sync method (called by using a method replaced with a transpiler), and 5 sync fields (2 of them potentially called on 2 targets) - Added support for material elevators - You link an input (unnamed) and output (named) elevator using their ITab, and the elevator will transport items from one level to another, across levels - Syncing is done via a single sync method lambda and a sync field - The normal (pawn) elevators don't require syncing, as they were already synced through vanilla handling of map portals and patches that already exist in this compat - The only incompatible part was gizmo to fill the elevator, which is fixed here as well
- Loading branch information
1 parent
24fb4c8
commit c7a46f2
Showing
1 changed file
with
188 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters