Skip to content

Commit

Permalink
Make permanent item entities glow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed Sep 11, 2023
1 parent f39d7b5 commit f15b080
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@ public boolean isAttackable() {
return false;
}

@Override
public boolean isCurrentlyGlowing() {
return true;
}

public ItemStack getItem() {
return this.getEntityData().get(PermanentItemEntity.ITEM);
}
Expand Down

0 comments on commit f15b080

Please sign in to comment.