Skip to content

Commit

Permalink
Update ForceRodItem.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Nov 11, 2023
1 parent 9df550f commit 2502c4f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public ForceRodItem(Item.Properties properties) {
public InteractionResult useOn(UseOnContext context) {
Level level = context.getLevel();
BlockPos pos = context.getClickedPos();
Direction facing = context.getClickedFace();
Player player = context.getPlayer();
InteractionHand handIn = context.getHand();
ItemStack stack = context.getItemInHand();
Expand Down

0 comments on commit 2502c4f

Please sign in to comment.