• 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