redruin1 / factorio-draftsman

A complete, well-tested, and up-to-date module to manipulate Factorio blueprint strings. Compatible with mods.
MIT License
94 stars 17 forks source link

`FactorioExtended-Plus-Logistics` fails to load due to double underscore filename #56

Closed redruin1 closed 1 year ago

redruin1 commented 1 year ago

FactorioExtended-Plus-Logistics_1.1.0 fails to load due to one of it's own internal files being named __init__.lua, python style. This causes a false positive in normalize_module_name that thinks it's talking about the mod shorthand __mod-name__.

This will be changed to actually check to see if mod-name is an actual mod before resolving to an absolute path. This fix will be in version 1.0.3.