mirror of
https://github.com/craftaro/EpicSpawners.git
synced 2025-01-07 03:07:06 +08:00
Accurately represent the spawners location in the config.
This commit is contained in:
parent
7efb42ab90
commit
e13c2a90c3
@ -106,7 +106,7 @@ public class EditorOverviewGui extends Gui {
|
||||
lore.add(TextUtils.formatText("&6Display Item: &7Dirt&7."));
|
||||
}
|
||||
}
|
||||
lore.add(TextUtils.formatText("&6Config Name: &7" + this.spawnerTier.getIdentifyingName() + "&7."));
|
||||
lore.add(TextUtils.formatText("&6Config Location: &7" + spawnerData.getIdentifyingName() + "." + this.spawnerTier.getIdentifyingName() + "&7."));
|
||||
itemmeta.setLore(lore);
|
||||
itemmeta.setDisplayName(this.spawnerTier.getCompiledDisplayName());
|
||||
item.setItemMeta(itemmeta);
|
||||
|
Loading…
Reference in New Issue
Block a user