Skip to content

Commit

Permalink
fixed weird merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
SammyForReal committed Aug 12, 2023
1 parent e0367bb commit b5db8fb
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ public int getSignal(@NotNull BlockState state, @NotNull BlockGetter level, @Not
return getDirectSignal(state, level, pos, direction);
}

@Override
public int getDirectSignal(BlockState state, BlockGetter level, BlockPos pos, Direction direction) {
return getSignal(state, level, pos, direction);
}

@Override
public InteractionResult onWrenched(BlockState state, UseOnContext context) {
BlockEntity tileentity = context.getLevel().getBlockEntity(context.getClickedPos());
Expand Down

0 comments on commit b5db8fb

Please sign in to comment.