This commit is contained in:
Electroblob77
2020-05-31 17:34:21 +01:00
parent dd12d2ebcb
commit 5066439fef
@@ -296,7 +296,7 @@ public class ContainerArcaneWorkbench extends Container implements ISpellSortabl
/**
* Returns the minimum and maximum IDs (inclusive) of the workbench slots that are appropriate for the given stack,
* or null if no slots are appropriate. Note that this does mean the stack <i>will</i> fit, only that it is valid
* or null if no slots are appropriate. Note that this does not mean the stack <i>will</i> fit, only that it is valid
* for all of the slots in the given range, and will fit if there is space for it.
* @param stack The stack to find a slot for
* @return A 2-element int array of the minimum and maximum slot IDs respectively