Fix the Ranged Collector deleting items occasionally

Closes #607
This commit is contained in:
Ellpeck 2017-01-30 17:50:15 +01:00
parent e3cd20d171
commit c29ac3f48b

View file

@ -53,7 +53,7 @@ public class ContainerRangedCollector extends Container{
@Override
public ItemStack transferStackInSlot(EntityPlayer player, int slot){
int inventoryStart = 6;
int inventoryStart = 18;
int inventoryEnd = inventoryStart+26;
int hotbarStart = inventoryEnd+1;
int hotbarEnd = hotbarStart+8;