Skip to content

Commit

Permalink
Update SoulHistoryEntry.java
Browse files Browse the repository at this point in the history
Added icon for sheep in los
  • Loading branch information
DataCrusade authored Feb 6, 2024
1 parent 45ab26a commit b8dc302
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ private void regenerateItems() {
mPlaceholder = new ItemStack(Material.ARMOR_STAND);
break;
case AXOLOTL:
mPlaceholder = new ItemStack(Material.AXOLOTL_BUCKET);
mPlaceholder = new ItemStack(Material.WHITE_WOOL);
break;
case BLAZE:
mPlaceholder = new ItemStack(Material.BLAZE_POWDER);
Expand Down Expand Up @@ -510,6 +510,9 @@ private void regenerateItems() {
case SALMON:
mPlaceholder = new ItemStack(Material.SALMON);
break;
case SHEEP:
mPlaceholder = new ItemStack(Material.SHULKER_BOX);
break;
case SHULKER:
mPlaceholder = new ItemStack(Material.SHULKER_BOX);
break;
Expand Down

0 comments on commit b8dc302

Please sign in to comment.