Skip to content

Nixie Tubes read redstone signal from unexpected block faces #8734

@BeeIsYou

Description

@BeeIsYou

While nothing in vanilla or create has any real issues with this (no redstone components can be placed in survival a way where the downwards signal is stronger than the signal output towards the nixie tube), if another mods block does so then it will give an incorrect reading

for (Direction direction : Iterate.directions)
power = Math.max(worldIn.getSignal(pos.relative(direction), Direction.UP), power);

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: confirmedIssue's details are known, it is consistently reproducible, and it needs a fixtype: bugIssue where something isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions