Skip to content

Commit

Permalink
Fix Lighter ground behavior (#2146)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungOnionMC authored Oct 12, 2024
1 parent 5d4037e commit e3d9491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public InteractionResult onItemUseFirst(ItemStack itemStack, UseOnContext contex
return InteractionResult.SUCCESS;
}
}
return InteractionResult.FAIL;
return InteractionResult.PASS;
}

public boolean consumeFuel(Player player, ItemStack stack) {
Expand Down

0 comments on commit e3d9491

Please sign in to comment.