Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in 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 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
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.0.1
Bugfixes
Chinese translation (CamelliaTuski)
Version 1.0.0
Initial Release
Machine Upgrade System
Machine Upgrade System is a framework that allows adding drop-in upgrades for machines and other items. It comes with six upgrades by default: iron, gold, diamond, iridium, radioactive, and prismatic. Any item can be assigned as an upgrade for any other item.
For Users
This mod is a framework and does nothing by itself, though it may be required by some other mods. Items which can be upgraded will say so in the item tooltip, and will show which upgrade(s) can be applied to the item. To apply an upgrade, simply use it on an object in-world to apply it, or apply it in-inventory by right-clicking the upgrade onto the upgradable item. Upgrades can also be applied with Hoppers, Automate, or Junimatic.
For Modders
Upgrades can be defined easily using a cp-accessible data asset. Any item can be used to convert any item into any other item. There is also a c# api that provides some methods to make it easier to get upgrade information about an item. For more information, see the documentation.