We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cdbb1 commit 633ae5aCopy full SHA for 633ae5a
src/main/java/gregtech/api/mui/IRecipeTransferReceiver.java
@@ -41,7 +41,7 @@ public interface IRecipeTransferReceiver {
41
*
42
* @param recipeLayout the recipe layout that contains the recipe category, and the item and fluid stacks.
43
* @param maxTransfer if the receiver should try to move as many ingredients as possible to the crafting slots, ie
44
- * a crafting table.
+ * shift clicking a recipe into a crafting table.
45
* @param simulate if this recipe should only simulate being transferred
46
* @return {@code null} if the transfer should succeed or an {@link IRecipeTransferError} if not. If there are
47
* multiple registered recipe transfer receivers on the same panel, returning an error with type
0 commit comments