partially revert fda8c8

This commit is contained in:
PrototypeTrousers
2021-08-04 09:28:47 -03:00
parent 09cbfe96d6
commit 1d5465a4b8
2 changed files with 2 additions and 2 deletions
@@ -182,7 +182,7 @@ public class DualityInterface implements IGridTickable, IStorageMonitorable, IIn
{
this.readConfig();
}
else if( inv == this.patterns )
else if( inv == this.patterns && ( !removed.isEmpty() || !added.isEmpty() ) )
{
this.updateCraftingList();
}