1. Does anyone know how to make smelting resources go quicker, or in other words adjust the time it takes.
     
  2. You can change crafting times in the blueprints.cfg file in the Mods folder.
    Copy everything from the blueprints.defaults.cfg to the blueprints.cfg and change it there, do not change the blueprints.defaults.cfg.

    Example:
    Code:
    Resources.SteelIngot.Crafting.CraftTime                                                          = '120'   # 120
    Lower this number for faster crafting
    I should also add you need to restart sever for changes to take effect.
     
  3. Thanks!