Skip to content

Commit

Permalink
fix(item-api): add space to create blank name
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldev committed Jul 1, 2022
1 parent f4c04ba commit 87f92d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ private DecorateItemUtils() {

public static ItemBuilder newStainedPaneBuilder(DyeColor dyeColor) {
return ItemBuilder.newDyeBuilder("STAINED_GLASS_PANE", dyeColor)
.setName("");
.setName(" ");
}

public static ItemStack newStainedPane(DyeColor dyeColor) {
Expand Down

0 comments on commit 87f92d6

Please sign in to comment.