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:
parent
28d618632e
commit
56619a0ac4
2 changed files with 56 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue