add redstone controls
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package storagecraft.container;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
|
||||
public class ContainerStorageProxy extends ContainerBase {
|
||||
public ContainerStorageProxy(EntityPlayer player) {
|
||||
super(player);
|
||||
|
||||
addPlayerInventory(8, 50);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user