Skip to content

Commit

Permalink
fixed glint for staff
Browse files Browse the repository at this point in the history
  • Loading branch information
NewJumper committed Apr 2, 2024
1 parent 49ec16b commit 157415b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -80,7 +80,7 @@ public void inventoryTick(ItemStack pStack, Level pLevel, Entity pEntity, int pS

@Override
public boolean isFoil(ItemStack pStack) {
return charged;
return super.isFoil(pStack) || charged;
}

@Override
Expand Down

0 comments on commit 157415b

Please sign in to comment.