Minecraft Data Packs / Other

Bhex's Over-Named Extension Engine for Custom Redstone

    • 458 views, 4 today
    • 14 downloads, 0 today
    • 7
    • 4
    • 1
    MyNameIsBhex's Avatar MyNameIsBhex
    Level 43 : Master Technomancer Wizard
    45
    Super simple datapack. It just allows Custom Blocks to detect when they are powered by Redstone.

    To make a block check for Redstone Power, give its core entity(marker/display entity) the "redstone_powered" tag.
    This is another "Engine" that works more as a Library. You just install the pack, and start making your own datapack outside of it.



    There are 2 important scoreboards:
    The first one is "powered", which is a 1 if powered, 0 if not.
    The second one is "power" which tells is set to the power of the strongest signal going into the block (0-15).

    Before someone combs through the datapack: yes the file structure is a mess and yes there are a ton of unused lines and files in the Pack. These are for future debugging.

    If your project requires this datapack, please do not bundle it into the download but rather link back to this page. Thank you!
    CompatibilityMinecraft 1.21
    Tags

    Create an account or sign in to comment.

    Greatcastle5642
    07/09/2024 2:53 pm
    Level 26 : Expert System Engineer
    Greatcastle5642's Avatar
    Great Job!
    1

    Welcome