Skip to content

Commit

Permalink
Merge pull request Sefiraat#179 from balugaq/master
Browse files Browse the repository at this point in the history
last update
  • Loading branch information
balugaq authored Nov 19, 2024
2 parents 1c43e9b + a55d52a commit 26ab9ae
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 173 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ytdd9527.networksexpansion</groupId>
<artifactId>NetworksExpansion</artifactId>
<version>2.1-Alpha-8</version>
<version>2.1-Alpha-9</version>

<distributionManagement>
<repository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void init() {
for (int slot : border) {
addItem(slot, ChestMenuUtils.getBackground(), ChestMenuUtils.getEmptyClickHandler());
}
ItemStack innerBorderItem = new CustomItemStack(Material.LIME_STAINED_GLASS_PANE, "", "");
ItemStack innerBorderItem = new CustomItemStack(Material.LIME_STAINED_GLASS_PANE, " ", " ");
for (int slot : innerBorder) {
addItem(slot, innerBorderItem, ChestMenuUtils.getEmptyClickHandler());
}
Expand Down
Loading

0 comments on commit 26ab9ae

Please sign in to comment.