Workbench - Clear crafting output when there are no matching recipes
This commit is contained in:
parent
6d39c1e565
commit
35a228b210
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ public class TBWBContainer
|
|||
private void onRecipeChanged( )
|
||||
{
|
||||
this.recipeDisplay.clear( );
|
||||
this.recipeOutput.clear( );
|
||||
if ( this.recipeWrapper == null ) {
|
||||
// XXX log if confirm is set
|
||||
return;
|
||||
|
|
Reference in a new issue