Clean the sawmill gui a bit, and remove debug code
This commit is contained in:
parent
2a754b2497
commit
23bf14b37d
6 changed files with 19 additions and 6 deletions
|
@ -5,7 +5,7 @@ import net.minecraft.inventory.Slot;
|
|||
import techreborn.client.SlotOutput;
|
||||
import techreborn.tiles.TileIndustrialSawmill;
|
||||
|
||||
public class ContainerIndustrialSawmill extends TechRebornContainer {
|
||||
public class ContainerIndustrialSawmill extends ContainerCrafting {
|
||||
|
||||
EntityPlayer player;
|
||||
|
||||
|
@ -22,6 +22,7 @@ public class ContainerIndustrialSawmill extends TechRebornContainer {
|
|||
public ContainerIndustrialSawmill(TileIndustrialSawmill tileIndustrialSawmill,
|
||||
EntityPlayer player)
|
||||
{
|
||||
super(tileIndustrialSawmill.crafter);
|
||||
tile = tileIndustrialSawmill;
|
||||
this.player = player;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue