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); |

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
Create/src/main/java/com/simibubi/create/content/redstone/nixieTube/NixieTubeBlock.java
Lines 264 to 265 in 5eacea0