Skip to content

Commit

Permalink
Adjust essence container durability bar colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ACGaming committed Dec 26, 2024
1 parent a8f4091 commit 090d8a8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,10 @@ public boolean hasContainerItem(ItemStack stack)
{
return true;
}

@Override
public int getRGBDurabilityForDisplay(ItemStack stack)
{
return 9443858;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,10 @@ public boolean hasContainerItem(ItemStack stack)
{
return true;
}

@Override
public int getRGBDurabilityForDisplay(ItemStack stack)
{
return 1872873;
}
}

0 comments on commit 090d8a8

Please sign in to comment.