Made rarity be able to use <tags> in the name for colors
Made Sell window bigger so a whole inventory fits in it
This commit is contained in:
@@ -60,7 +60,7 @@ public abstract class Fish {
|
||||
TagResolver resolver = TagResolver.resolver(
|
||||
Placeholder.component("player", player.name()),
|
||||
Placeholder.parsed("length", String.format("%.2f", length)),
|
||||
Placeholder.parsed("rarity", getRarity().displayName())
|
||||
Placeholder.unparsed("rarity", getRarity().displayName())
|
||||
);
|
||||
|
||||
itemMeta.lore(fishLore(resolver));
|
||||
|
||||
Reference in New Issue
Block a user