Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
NCBPFluffyBear committed May 11, 2024
2 parents 70e6508 + 612aaa9 commit 7092ea3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,12 @@ public void init() {
Utils.createBorder(this, ChestMenuUtils.getOutputSlotTexture(), BORDER_OUT);
this.addItem(PROGRESS_SLOT, PROGRESS_ITEM);
this.addItem(9, new CustomItemStack(Material.BLACK_STAINED_GLASS_PANE, "&7Coal Slots",
"&eThis row is reserved for coal for cargo"
"&eThis row is reserved for coal for cargo."
));
this.addItem(18, new CustomItemStack(Material.YELLOW_STAINED_GLASS_PANE, "&bMisc Slots",
"&eThe remaining rows accept any item", "&eCargo will only complete the stacks"
"&eThe remaining rows accept any item.", "&eCargo will fill stacks after",
"&eat least one of each recipe", "&erequirement has been inserted.",
"&eNeed to keep one more item in", "&eeach stack as template."
));
this.addMenuClickHandler(RECIPE_SLOT, ChestMenuUtils.getEmptyClickHandler());
}
Expand Down

0 comments on commit 7092ea3

Please sign in to comment.