Fixes PatternTerminal clearing crafting slot on tried crafting (#2963)
This commit is contained in:
@@ -499,6 +499,11 @@ public class ContainerPatternTerm extends ContainerMEMonitorable implements IAEA
|
||||
}
|
||||
this.detectAndSendChanges();
|
||||
}
|
||||
|
||||
if( s == this.craftSlot && Platform.isClient() )
|
||||
{
|
||||
this.getAndUpdateOutput();
|
||||
}
|
||||
}
|
||||
|
||||
public void clear()
|
||||
|
||||
Reference in New Issue
Block a user