0 of 0

File information

Last updated

Original upload

Created by

tlitookilakin

Uploaded by

swyrl

Virus scan

Safe to use

About this mod

A framework that allows adding drop-in upgrades for machines and other items. Comes with six upgrades by default.

Requirements
Permissions and credits
Changelogs
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.