Skip to content

Commit 7092ea3

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 70e6508 + 612aaa9 commit 7092ea3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/java/io/ncbpfluffybear/fluffymachines/machines/SmartFactory.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,12 @@ public void init() {
114114
Utils.createBorder(this, ChestMenuUtils.getOutputSlotTexture(), BORDER_OUT);
115115
this.addItem(PROGRESS_SLOT, PROGRESS_ITEM);
116116
this.addItem(9, new CustomItemStack(Material.BLACK_STAINED_GLASS_PANE, "&7Coal Slots",
117-
"&eThis row is reserved for coal for cargo"
117+
"&eThis row is reserved for coal for cargo."
118118
));
119119
this.addItem(18, new CustomItemStack(Material.YELLOW_STAINED_GLASS_PANE, "&bMisc Slots",
120-
"&eThe remaining rows accept any item", "&eCargo will only complete the stacks"
120+
"&eThe remaining rows accept any item.", "&eCargo will fill stacks after",
121+
"&eat least one of each recipe", "&erequirement has been inserted.",
122+
"&eNeed to keep one more item in", "&eeach stack as template."
121123
));
122124
this.addMenuClickHandler(RECIPE_SLOT, ChestMenuUtils.getEmptyClickHandler());
123125
}

0 commit comments

Comments
 (0)