OCs base assets

by OC1024

Helper Mod for my mods without playable content on its own.

Utilities
14 days ago
2.0
2.13K

Changelog

Version: 0.3.2
Date: 2025-11-07
  Bugfixes:
    - Fixed bug where add_productivity_bonus wasn't working as intendet at all. Bug was introduced in version 0.3.1.
Version: 0.3.1
Date: 2025-11-06
  Bugfixes:
    - Added another safety check for add_productivity_bonus in case of a missing recipe.
Version: 0.3.0
Date: 2025-11-05
  Major Features:
    - Complete rework of the casting generator:
      Enable other categories other than "metallurgy" for the generator. 
      Currently: "electromagnetics", "organic" are in use.
      Others like "cryogenic" can be easily added.
    - API: Every interaction can be handled with an api function.
  Minor Features:
    - debug_log() now reveals more information like where it was triggered.
    - Updated Factorio version to 2.0.60
    - Added descriptions for helper functions.
    - Some helper functions now also accept a string too, instead a list or table only.
    - Made some helper functions to have the name as a string input instead of the whole data table. 
  Compatibility:
    - ["Krastorio2-spaced-out"] started compatibility.
    - ["aai-industry"] support.
  Other:
    - Removed debug logs when adding recipe unlocks or cloning a table.
Version: 0.2.1
Date: 2025-06-02
  Bugfixes:
    - Added surface conditions to the generator to prevent cheesing with casting recipes.
Version: 0.2.0
Date: 2025-06-02
  Major Features:
    - Introducing the casting generator: it generates casting recipes.
    - Introducing a setting to change the crafting time reduction factor for the generator.
  Graphics:
    - Changed all overlayer graphics with with new factorio 2.0.44, should have been done earler.
  Known Issues for modders:
    - Automated localisations are not implemented yet. They have to be manually added from the mod which uses the generator.
Version: 0.1.1
Date: 2025-04-06
  Bugfixes:
    - Fixing typo in folder name "grapics" instead of "graphics".
Version: 0.1.0
Date: 2025-04-06
  Major Features:
    - Initial idea.
    - Helper functions for the modpacks: table.contains table.copy_and_rename, add_recipe_unlocks, replace_multiple_recipes
    - Graphic assets for the modpacks: overlayers (molten-iron, molten-copper, lava-droplet, gleba, space, em-plant, biochamber)