Initial framework for the item routing is completed

This commit is contained in:
WayofTime 2016-01-14 14:11:16 -05:00
parent eaefd89287
commit 652b6a45fd
12 changed files with 256 additions and 47 deletions

View file

@ -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);