Skip to content

Commit

Permalink
Fix #4507
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Dec 17, 2023
1 parent 86f242a commit 3836d7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public TinyPotatoBlockItem(Block block, Properties properties) {

@Override
public boolean canEquipZeta(ItemStack stack, EquipmentSlot armorType, Entity entity) {
return super.canEquipZeta(stack, armorType, entity) ||
return armorType == EquipmentSlot.HEAD &&
(entity instanceof Player player && ContributorRewardHandler.getTier(player) > 0);
}

Expand Down

0 comments on commit 3836d7d

Please sign in to comment.