Relocate Source to proper directory.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package appeng.container.slot;
|
||||
|
||||
import net.minecraft.inventory.IInventory;
|
||||
|
||||
public class SlotNormal extends AppEngSlot
|
||||
{
|
||||
|
||||
public SlotNormal(IInventory inv, int slot, int xPos, int yPos) {
|
||||
super( inv, slot, xPos, yPos );
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user