Quality Tricks

SMAPI Quality Tricks 1.1.1

Quality Tricks

Transfers the input quality to the output of any machine. Iridium egg → Iridium mayonnaise. Works with all vanilla and modded machines and products. Compatible with Automate.


Requirements

* SMAPI 4.0+
* Stardew Valley 1.6+

Installation

* Download the .zip file and extract it.
* Copy the QualityTricks folder into Stardew Valley/Mods/.
* Launch the game with SMAPI. You should see in the console:

[Quality Tricks] Quality Tricks loaded.

Compatibility

* All vanilla machines
* Machines and products from other mods
* Automate
* Overnight processing
* Multiplayer
* Window and Linux

How it works

Uses Harmony to intercept the moment an item is inserted into a machine, stores its quality, and applies it to the output once the machine finishes. The logic is completely generic: it does not need to know the machine type or product, so it works automatically with any mod that uses Stardew Valley's standard machine system.

This mod does not change what each machine produces, only the quality of the result.
Configuration to exclude machines.

Configuration to exclude machines from quality transfer. Machine IDs can be written using the full format like “(BC)163” or simply using the number or mod ID, such as “163” or “Amichwan.DinoExpanded_GeneticFuser”. Both formats work. By default, Cask (163) and Seed Maker (25) are excluded.

Default:

{
"ExcludedMachineIDs": [
"(BC)163",
"(BC)25"
]
}
Report Bugs

To report an error, please use the appropriate section and provide as many details as possible about the issue encountered. It is also essential to attach the error log, which should be uploaded to the following link: [SMAPI log parser].
  • Like
Reactions: Ih8Lewis4ever
Author
iamsaulc
Downloads
302
Views
736
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from iamsaulc

Latest updates

  1. Version 1.1.1

    The qtdebug command has been added, although it is not fully complete yet. Compatibility with...
  2. Update 1.1.0

    The mod’s response time has been improved, and resource usage has been reduced. A bug has been...
  3. Version 1.0.2

    Version 1.0.2 A code cleanup was performed and it was optimized to respond faster. Integration...
Top