Lua libraries for use by other mods and submods that are parts of a larger mod.
Version: 0.0.6
Date: 2025-05-09
Changes:
- changes functions to be locals you need to call by requiring ylwlib via local utils = require("__ylwlib__.utils") and then utils.function_name() instead of being globals, ty for pointing out that this is was a bad idea
Version: 0.0.5
Date: 2025-05-08
Changes:
- Internal function name chage (remove_value to remove_table_element_string):
Version: 0.0.4 Date: 2025-05-07 Changes:
Version: 0.0.3 Date: 2025-05-07 Changes:
Version: 0.0.2 Date: 2025-05-07 Changes:
Version: 0.0.1
Date: 2025-05-07
Changes:
- Initial release