{
TConstruct.logger.warn("No CraftingStationGui found!");
return stacks;
}
CraftingStationGui gui = (CraftingStationGui) recipeGui.firstGui;
int offsetX = gui.hasChest() ? 5 + CraftingStationGui.CHEST_WIDTH : 5;
int offsetY = 11;
for (PositionedStack stack : stacks)
{
stack.relx += offsetX;