Skip to content

Commit

Permalink
Tweak enchanted book ribbon colors
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Feb 9, 2018
1 parent 52a231f commit b2d8b3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ public void registerItemColors(ColorHandlerEvent.Item event) {
// color by that rarity
switch(rarity) {
case COMMON: return 0xFF2151;
case UNCOMMON: return 0xE5C62D;
case UNCOMMON: return 0xE2882D;
case RARE: return 0x00FF21;
case VERY_RARE: return 0x0094FF;
case VERY_RARE: return 0x9F7FFF;
}
}
return -1;
Expand Down

0 comments on commit b2d8b3a

Please sign in to comment.