rename storage proxy to external storage
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package storagecraft.container;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
|
||||
public class ContainerExternalStorage extends ContainerBase
|
||||
{
|
||||
public ContainerExternalStorage(EntityPlayer player)
|
||||
{
|
||||
super(player);
|
||||
|
||||
addPlayerInventory(8, 50);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user