Fixed grinder not syncing, started work on the nei handler for it, will add the fluid for it in a bit

This commit is contained in:
modmuss50 2015-06-06 08:01:21 +01:00
parent 28d618632e
commit 56619a0ac4
2 changed files with 56 additions and 1 deletions

View file

@ -5,7 +5,7 @@ import net.minecraft.inventory.Slot;
import techreborn.client.SlotOutput;
import techreborn.tiles.TileGrinder;
public class ContainerGrinder extends TechRebornContainer{
public class ContainerGrinder extends ContainerCrafting{
EntityPlayer player;
@ -16,6 +16,7 @@ public class ContainerGrinder extends TechRebornContainer{
public ContainerGrinder(TileGrinder tileGrinder,
EntityPlayer player)
{
super(tileGrinder.crafter);
tile = tileGrinder;
this.player = player;