Lua libraries for use by other mods and submods that are parts of a larger mod.
Version: 0.2.2
Date: 02.26.2026
Added:
- Added function addItem().
- Added function addRecipe().
- Added function addTechnology().
Version: 0.2.3
Date: 02.27.2026
Bugfixes:
- Fixed incorrectly named variables in function addItem() that causes wrong variables values.
Changes:
- addRecipe() now checks Result and Results and applies fallback if both are nil.
Version: 0.2.5
Date: 02.28.2026
Changes:
- All functions struct are now modular so u can type any prototype
Features:
- Now if item has no image then as a default sets a default image
- Can change the NoImage value by ( param.noImage = {Source",Size} ) before init() WARN! init() must be placed after changing values!