Lua libraries for use by other mods and submods that are parts of a larger mod.
Version: 0.6.1
Date: 02.02.2025
Functions:
- The "resource_generation.lua" file is now located in the "modules" folder and its functions should now be accessed through "mattslib.resource_generation" instead of directly.
- The old "resource_generation.lua" file is not depricated and will be removed in the next version.
- Updated ore graphics code in the mattslib.resource_generation.ore, hr texture options have been removed and now replace the regular graphics.
- Added new modules "mattslib.recipe" and "mattslib.tech" which add helper functions to work with recipes and technologies respectively.
General:
- Updated readme.md.
Version: 0.6.0
Date: 04.12.2024
Functions:
- Functions have been moved to a new lua file "resource_generation.lua" which now needs to be included to make them avialable, read the readme file for more info
- Added a new function "add_resource_to_planet" which makes the desired resource available on the specified planet, read the readme file for more info
Compatibility:
- Updated to Factorio version 2.0
General:
- Updated readme.md
Version: 0.5.4
Date: 03.02.2022
Functions:
- Updated "matts_generation_ore" function to handle mining fluid correctly and also added the ability to configure the "category" of a resource
General:
- Updated readme.md
Version: 0.5.3
Date: 22.11.2021
Functions:
- Added a new function "matts_generation_ore" which works more like the vanilla ore generation function, read the readme file for more info
General:
- Updated readme.md
Version: 0.5.2
Date: 29.10.2021
Functions:
- Updated the functions to now show the ore icon beside the ore name in the map creation menu like the vanilla ores do
General:
- Added a github page for the mod
Version: 0.5.1
Date: 25.05.2021
Functions:
- A minor improvement to the functions have been made to improve readability, this won't affect an already existing content using these function
General:
- The README file has been updated
- Mod description has been updated
Version: 0.5.0
Date: 13.04.2021
Compatibility:
- Updated to Factorio version 1.1
- Old functions have now been removed
Version: 0.4.0
Date: 28.09.2020
Compatibility:
- Updated to Factorio version 1.0
New Functions:
- New improved functions have been added, please see "readme" file if you're interested in using the functions
Texture:
- All ore graphics have been removed
Important Note:
- Old functions are currently left in for compatibility reasons, if anyone is using my functions in their mods please switch over to the new functions before the next mod update as the old functions will be removed
Version: 0.3.0
Date: 08.03.2020
Compatibity:
- Updated to Factorio version 0.18
General:
- Changed author name to match my new name
Version: 0.2.0
Date: 16.11.2019
Major Changes:
- All functions have been updated
- matts_ore_gen_full function has been removed
- Ore graphics have now been separated into sub-folders
Version: 0.1.0
Date: 9.11.2019
General:
- Mod Released