Skip to content

Commit

Permalink
Update SoulHistoryEntry.java (#49)
Browse files Browse the repository at this point in the history
* Update SoulHistoryEntry.java

Added icon for sheep in los

* Update SoulHistoryEntry.java

Fixed oopsie
  • Loading branch information
DataCrusade authored Feb 9, 2024
1 parent 45ab26a commit f84c0d9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,9 @@ private void regenerateItems() {
case SALMON:
mPlaceholder = new ItemStack(Material.SALMON);
break;
case SHEEP:
mPlaceholder = new ItemStack(Material.WHITE_WOOL);
break;
case SHULKER:
mPlaceholder = new ItemStack(Material.SHULKER_BOX);
break;
Expand Down

0 comments on commit f84c0d9

Please sign in to comment.