Merge remote-tracking branch 'origin/master' into MC1.6
This commit is contained in:
commit
ce11ee36cc
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ public class TileEntityManipulator extends TileEntityFilterable implements IRota
|
|||
{
|
||||
super.setFilter(filter);
|
||||
/* Reset inv Helper's filters */
|
||||
this.invExtractionHelper.setFilter(this.getFilter() != null ? ItemImprinter.getFilters(this.getFilter()) : null, this.isInverted());
|
||||
this.invHelper().setFilter(this.getFilter() != null ? ItemImprinter.getFilters(this.getFilter()) : null, this.isInverted());
|
||||
}
|
||||
|
||||
/** Is this manipulator set to output items */
|
||||
|
|
Loading…
Reference in a new issue