not required to function but needed for automation.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
This mod is opted-in to receive Donation Points
Changelogs
Version 1.4.2
Adds support to Producer Framework Mod version 1.7.0
Version 1.4.1
Fix to work when the CCRM is not intalled.
Version 1.4.0
Adds support to work with CCRMAutomate, so cloners also use Producer Config and Producer Rules definitions.
Version 1.3.0
Adds support to Producer Framework Mod version 1.6.0
Version 1.2.3
Adds support to Producer Framework Mod version 1.5.0
Version 1.2.2
Adds support to Producer Framework Mod version 1.4.2
Version 1.2.0
Integrate new version 1.4.0 of Producer Framework Mod with Automate.
Fix to properly work with no input machine.
Adds support to new vanilla machines: Bee House, Mushroom Box, Soda Machine, Statue Of Perfection and Worm Bin.
Version 1.1.1
Adding compatibility with Automate 1.15.0
Version 1.1.0
Integrate version 1.3.0 of Producer Framework Mod with Automate
Version 1.0.1
Fix to properly work even when SMAPI recompile the code for OS compatibility
Version 1.0.0
Custom Machines Support
Vanilla Machies Support
Objective: To integrate the Producer Framework Mod with Automate.
How does it work: This mod uses the Automate API to add support to custom machines. It also uses harmony to change the IMachine implementation for the supported vanilla machines. The new implementation uses the custom machine implementation for PFM if it detects a custom rule for the machine. Otherwise, it call the default Automate implementation for that machine.
This is a standalone mod because I don't want to make PFM depend on Automate. Also, it isn't an optional file in the main PFM page because this mod might need to update when Automate updates, and the only way for SMAPI can keep track of the updates and notify the player when they are needed, it's to have its own page with its own version tracking.