Skip to content

Commit

Permalink
Update SurveyorBlock.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Nov 11, 2024
1 parent 8a3426c commit 8c56ee6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected int getDirectSignal(@NotNull BlockState state, BlockGetter level, Bloc
@Override
protected int getSignal(@NotNull BlockState state, BlockGetter level, BlockPos pos, Direction direction) {
if (TTPreLoadConstants.STRUCTURE_BUILDING_MODE) return 0;

return state.getValue(POWERED) && state.getValue(FACING) == direction ? 15 : 0;
}

Expand Down

0 comments on commit 8c56ee6

Please sign in to comment.