A comprehensive set of standalone icon and sprite utilities for Factorio mod development. Originally developed to support the Artisanal Reskins ecosystem, this library provides robust tools for manipulating icons, sprites, and prototypes with full type safety and extensive validation.
Lua libraries for use by other mods and submods that are parts of a larger mod.
Version: 0.0.3
Date: 2026-05-10
Bugfixes:
- Fixed that recipe prototypes would have their icon cleared when an icon was required in some circumstances.
Version: 0.0.2
Date: 2026-05-08
Features:
- Added new `colors` module with method `colors.from_argb` method taking an 8-character ARGB hex code and converting it to a Factorio RGBA color vector.
Changes:
- Added "default" as the first item in IconDefaultsType to support tab-autocomplete.
Version: 0.0.1
Date: 2026-01-11
Features:
- Initial release.