• V1.1.1 3147dd2d53

    pietru released this 2024-03-29 18:52:00 +01:00 | 43 commits to main since this release

    Fix cable merger crashing game.

    Event omni_power:power has now optional true/false argument self_run this arg says should triggerId be executed on block that launches omni_power:power event.
    Because of Block merger fix it needs to be placed again on worlds.

    Downloads
  • V1.1.0 3147dd2d53

    pietru released this 2024-03-29 18:45:27 +01:00 | 43 commits to main since this release

    New Blocks:

    • blue cable
    • blue lever
    • cable merger
    • door_cube
    • slim cable variants

    Slim cable variants - idea/design from Dounford.

    Downloads
  • v1.0.0 3147dd2d53

    pietru released this 2024-03-29 18:42:52 +01:00 | 43 commits to main since this release

    Initial Release
    New Blocks:

    • cable
    • lever

    Mod adds following custom actions that should be available for data mods:

    • omni_power:power - args: "triggerId": "name of trigger to try to run at blocks", "cable_group": "world to look at blocks state to check are they cable - never use default"

    Mod supports directional power.
    State power direction Tags:

    • xp_power - x+ direction
    • xm_power - x- direction
    • yp_power - y+ direction
    • ym_power - y- direction
    • zp_power - z+ direction
    • zm_power - z- direction

    If block has no direction tags specified it will check all surrounding blocks.

    Downloads