fix all? the tile to prevent bug duplication
This commit is contained in:
parent
53adc8142e
commit
c1dd9d9192
35 changed files with 35 additions and 35 deletions
|
@ -155,7 +155,7 @@ public class TileGrinder extends TilePowerAcceptor
|
|||
public BuiltContainer createContainer(final EntityPlayer player) {
|
||||
return new ContainerBuilder("grinder").player(player.inventory).inventory().hotbar().addInventory()
|
||||
.tile(this).slot(0, 55, 45).outputSlot(1, 101, 45).syncEnergyValue().syncCrafterValue().addInventory()
|
||||
.create();
|
||||
.create(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue