mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
You're lucky I'm in a good mood ori
This commit is contained in:
@@ -45,7 +45,7 @@ public class SnitchOverviewGUI {
|
||||
// Base the snitch icon on the snitch type
|
||||
final var icon = snitch.getType().getItem().clone();
|
||||
ItemUtils.handleItemMeta(icon, (ItemMeta meta) -> {
|
||||
meta.displayName(Component.text(snitch.getName()).color(NamedTextColor.GOLD));
|
||||
meta.displayName(Component.text(snitch.getName(), NamedTextColor.GOLD));
|
||||
final var location = snitch.getLocation();
|
||||
List<Component> lore = new ArrayList<>();
|
||||
lore.add(ChatUtils.newComponent("Location: ").color(NamedTextColor.AQUA)
|
||||
|
||||
Reference in New Issue
Block a user