Skip to content

Commit 633ae5a

Browse files
committed
Reword IRecipeTransferReceiver javadoc pt2
1 parent 80cdbb1 commit 633ae5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/api/mui/IRecipeTransferReceiver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public interface IRecipeTransferReceiver {
4141
*
4242
* @param recipeLayout the recipe layout that contains the recipe category, and the item and fluid stacks.
4343
* @param maxTransfer if the receiver should try to move as many ingredients as possible to the crafting slots, ie
44-
* a crafting table.
44+
* shift clicking a recipe into a crafting table.
4545
* @param simulate if this recipe should only simulate being transferred
4646
* @return {@code null} if the transfer should succeed or an {@link IRecipeTransferError} if not. If there are
4747
* multiple registered recipe transfer receivers on the same panel, returning an error with type

0 commit comments

Comments
 (0)