invalidate cached itemstack if its gonna be used in a real insertion
This commit is contained in:
@@ -305,6 +305,7 @@ public class CraftingTreeProcess
|
||||
containerItems = new ArrayList<>();
|
||||
}
|
||||
this.bytes++;
|
||||
o.setCachedItemStack( is );
|
||||
containerItems.add( o );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user