Skip to content

Commit

Permalink
fix: tip lore
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinhong11 committed Oct 27, 2024
1 parent 4ed82aa commit c743beb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

public class BCItemStacks {
public static final ItemStack TIP = new CustomItemStack(Material.PAPER, "&6&lTip",
"&c&lDon't place too many drawers in one chunk! The drawers will spawn 3 entities once they were placed.");
"&c&lDon't place too many drawers in one chunk! ",
"The drawers will spawn 3 entities once they were placed.");

public static final ItemStack GROUP_MAIN_ITEM = new CustomItemStack(Material.CHEST, "&6&lBetter Chests");

Expand Down

0 comments on commit c743beb

Please sign in to comment.