Fixed stairs

This commit is contained in:
thatsIch
2015-09-29 15:47:55 +02:00
parent 8b921a7b79
commit 59dbfb1452
169 changed files with 1470 additions and 1095 deletions
+2 -1
View File
@@ -23,6 +23,7 @@ import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.Slot;
import net.minecraft.item.ItemStack;
import appeng.api.storage.data.IAEItemStack;
@@ -96,7 +97,7 @@ public class SlotME extends Slot
}
@Override
public boolean isSlotInInventory( IInventory par1iInventory, int par2 )
public boolean isHere( IInventory inv, int slotIn )
{
return false;
}