Almost finished Ritual for item routing
This commit is contained in:
parent
539bb564fa
commit
3b590fab6c
12 changed files with 120 additions and 65 deletions
|
@ -519,7 +519,7 @@ public class SpellHelper
|
|||
int[] array = ((ISidedInventory)inventory).getAccessibleSlotsFromSide(dir.ordinal());
|
||||
for(int in : array)
|
||||
{
|
||||
canBeInserted[in] = true;
|
||||
canBeInserted[in] = ((ISidedInventory)inventory).canInsertItem(in, stack, dir.ordinal());
|
||||
}
|
||||
}else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue