Typo SlotInaccessableHD

This commit is contained in:
thatsIch
2014-09-21 01:39:34 +02:00
parent 34d0cf5373
commit 25e4e56cfd
2 changed files with 12 additions and 12 deletions
+12
View File
@@ -0,0 +1,12 @@
package appeng.container.slot;
import net.minecraft.inventory.IInventory;
public class SlotInaccessibleHD extends SlotInaccessable
{
public SlotInaccessibleHD(IInventory i, int slotIdx, int x, int y) {
super( i, slotIdx, x, y );
}
}