Skip to content

Commit

Permalink
Merge pull request #146 from SlimefunGuguProject/upstream/chore/smart…
Browse files Browse the repository at this point in the history
…-factory

chore(SmartFactory): add more descriptions for the misc slots
  • Loading branch information
NCBPFluffyBear authored Apr 11, 2024
2 parents f565929 + 4740a3a commit 612aaa9
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,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 612aaa9

Please sign in to comment.