This commit is contained in:
hyperdefined
2024-12-17 17:47:14 -05:00
parent 6b263be041
commit 7b12a130a0
4 changed files with 7 additions and 7 deletions

View File

@@ -64,7 +64,7 @@ public class CraftItem implements Listener {
// if the player shift clicks, send them this warning
if (event.isShiftClick()) {
Component component = toolStats.configTools.formatLore("shift-click-warning", null, null);
Component component = toolStats.configTools.formatLore("shift-click-warning.crafting", null, null);
event.getWhoClicked().sendMessage(component);
}