Iiiiinnnnnnnnnntegeeerrrrrrr

This commit is contained in:
WayofTime 2016-01-15 06:44:26 -05:00
parent e888907350
commit 33ba7cc38f

View file

@ -3,7 +3,6 @@ package WayofTime.bloodmagic.tile.routing;
import java.util.LinkedList; import java.util.LinkedList;
import java.util.List; import java.util.List;
import scala.Int;
import net.minecraft.inventory.IInventory; import net.minecraft.inventory.IInventory;
import net.minecraft.item.ItemStack; import net.minecraft.item.ItemStack;
import net.minecraft.tileentity.TileEntity; import net.minecraft.tileentity.TileEntity;
@ -54,7 +53,7 @@ public class TileOutputRoutingNode extends TileFilteredRoutingNode implements IO
ItemStack ghostStack = GhostItemHelper.getStackFromGhost(stack); ItemStack ghostStack = GhostItemHelper.getStackFromGhost(stack);
if (ghostStack.stackSize == 0) if (ghostStack.stackSize == 0)
{ {
ghostStack.stackSize = Int.MaxValue(); ghostStack.stackSize = Integer.MAX_VALUE;
} }
filteredList.add(ghostStack); filteredList.add(ghostStack);