Fixes crash with auto crafting table.
This commit is contained in:
parent
0b6808013d
commit
3e8cf290bf
1 changed files with 6 additions and 0 deletions
|
@ -439,4 +439,10 @@ public class TileAutoCraftingTable extends TilePowerAcceptor implements IContain
|
|||
}
|
||||
return super.isItemValidForSlot(index, stack);
|
||||
}
|
||||
|
||||
//This machine doesnt have a facing
|
||||
@Override
|
||||
public EnumFacing getFacingEnum() {
|
||||
return EnumFacing.NORTH;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue