Basic gui and container
This commit is contained in:
parent
0c514596a1
commit
92cccee9e9
2 changed files with 66 additions and 0 deletions
src/main/java/techreborn/client/container
|
@ -0,0 +1,19 @@
|
|||
package techreborn.client.container;
|
||||
|
||||
import techreborn.tiles.TileChunkLoader;
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
|
||||
public class ContainerChunkloader extends TechRebornContainer{
|
||||
|
||||
public ContainerChunkloader(TileChunkLoader tilechunkloader, EntityPlayer player)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canInteractWith(EntityPlayer p_75145_1_)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue