Skip to content

Commit

Permalink
Accurately represent the spawners location in the config.
Browse files Browse the repository at this point in the history
  • Loading branch information
briannastatic committed Apr 3, 2024
1 parent 37a742a commit 0d907d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void paint() {
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);
Expand Down

0 comments on commit 0d907d0

Please sign in to comment.