Initial framework for the item routing is completed
This commit is contained in:
parent
eaefd89287
commit
652b6a45fd
12 changed files with 256 additions and 47 deletions
|
@ -119,7 +119,7 @@ public class ContainerItemRoutingNode extends Container
|
|||
{
|
||||
if (slotStack != null)
|
||||
{
|
||||
GhostItemHelper.decrementGhostAmout(slotStack, 1);
|
||||
GhostItemHelper.decrementGhostAmount(slotStack, 1);
|
||||
if (GhostItemHelper.getItemGhostAmount(slotStack) < 0)
|
||||
{
|
||||
slot.putStack(null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue