move classes to other package
This commit is contained in:
11
src/main/java/storagecraft/container/ContainerGrid.java
Normal file
11
src/main/java/storagecraft/container/ContainerGrid.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package storagecraft.container;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
|
||||
public class ContainerGrid extends ContainerSC {
|
||||
public ContainerGrid(EntityPlayer player) {
|
||||
super(player);
|
||||
|
||||
addPlayerInventory(8, 108);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user