Composite Factories: Base

by Sopel

A library mod for other composite factories mods.

Utilities
7 months ago
1.1
856

Changelog

Version: 1.5.3
  Code:
    - Fix typo on_researched_finished_while_open -> on_research_finished_while_open
Version: 1.5.2
  Bugfixes:
    - Fix on_research_finished null reference crash
Version: 1.5.1
  Dependencies:
    - Update fuel_value_my_ass version req. Bump to 1.5.1.
Version: 1.5
Date: 2022-10-16
  Bugfixes:
    - Fix deconstructor recipe unlock.
    - Fix usage priority for generators to be more in line with the rest of the game.
    - Partially fix incorrect items being generated by the entity counter tool. Counts may still be incorrect.
  Features:
    - Add support for emissions.
    - Allow results for the generator.
  Improvements:
    - Calculate generator energy production from energy production per craft.
    - Update default-generated composite entity definition.
Version: 1.4.1
Date: 2021-12-25
  Features:
    - Add a deconstructor entity that allows deconstructing a composite factory into its constituent buildings.
Version: 1.4.0
Date: 2021-12-25
  Features:
    - Ability to define generators that take items/fluids as input and produce a certain amount of energy per craft.
Version: 1.3.3
Date: 2021-12-19
  Features:
    - Ability to customize root and wall materials and costs on a per factory basis.
Version: 1.3.2
Date: 2021-12-19
  Fixes:
    - Fix a lot of gui events now working correctly.
    - Potentially fix crash when research finishes while container is opened.
    - Fix fluid box alignment on odd-sized factories.
Version: 1.3.1
Date: 2021-12-16
  Changes:
    - Make the material exchange GUI height match the inventory height.
Version: 1.3.0
Date: 2021-12-16
  Fixes:
    - Fluid outputs now correctly connect to pipes.
  Features:
    - Composite factory icons now show icons of the results to make them easier to distinguish from each other in the inventory.
Version: 1.2.0
Date: 2021-12-13
  Features:
    - A tool (shortcut) that creates a composite factory definition template from surface selection.
Version: 1.1.0
Date: 2021-11-18
  Fixes:
    - Fixed rendering of small factory buildings
    - Fixed modules and beacon effects being applied to the factories
    - Fixed incorrect handling of items with multiple icons
  Features:
    - Add support for energy drain
Version: 1.0.5
Date: 2021-04-05
  Fixes:
    - Fixed is_recipe_researched missing and causing a crash when trying to craft an item.
Version: 1.0.4
Date: 2021-04-05
  Fixes:
    - Fixed generators not reading args.buffer_capacity correctly and instead setting nil buffer_capacity, which resulted in generators not working.
Version: 1.0.0
Date: *
  Features:
    - Release