Skip to content

Commit

Permalink
fix (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master authored Apr 26, 2023
1 parent adbc077 commit 258465a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void drawSlot0(Slot slot) {

@Override
@SuppressWarnings({ "unchecked", "rawtypes" })
protected void renderToolTip(ItemStack stack, int x, int y) {
public void renderToolTip(ItemStack stack, int x, int y) {
List list;
if (stack.getItem() instanceof ItemFluidPacket) {
FluidStack fluid = ItemFluidPacket.getFluidStack(stack);
Expand Down

0 comments on commit 258465a

Please sign in to comment.