Serves as the core for the Artisanal Reskins mods. Provides the framework for global state management, user preferences, and other configuration settings.
Lua libraries for use by other mods and submods that are parts of a larger mod.
Version: 0.1.1
Date: 2026-06-07
Features:
- Added hidden `default-colors-tier-#` settings to allow for mods that use the framework to set per-implementation standard tier colors.
Changes:
- Renamed `add_tier_labels_to_prototype_by_reference` to `add_tier_labels_to_prototype`.
- Renamed `add_tier_labels_to_prototype_by_name` to `add_tier_labels_to_named_prototype`.
Bugfixes:
- Fixed that `get_deferrable_icon_for_prototype_with_added_tier_labels` would throw due to calling the wrong method.
Version: 0.1.0
Date: 2026-06-06
Features:
- Initial release.