Orbital Trade Hook
For an upcoming mod I wanted to add a new, more useful orbital trade beacon but I found that they are hardcoded into the game. This mod uses Harmony to allow modders to implement new orbital trade beacons.
For users
This mod does nothing on its own. Only use it if it’s required by a mod you’re using.
For modders
To use this, simply make your building inherit from D9OTH.Building_OrbitalTradeBeacon and implement the TradeableCells method. This mod will take care of the rest. You’ll need to add this mod as a reference for yours, and I recommend adding this page as a requirement on your workshop page.