Factory Palette

by cfcluan

Your shortcut to everything. Quickly search just about anything in Factorio. Items, recipes, entities, keybinds, commands, and more. Think of it as a command palette for Factorio.

Utilities
3 months ago
2.0
485
Logistic network

b [fixed] "window" name conflict with other mods

3 months ago

I got a bug report (https://mods.factorio.com/mod/ModuleInserterEx/discussion/67743fff1c4d7b0e4bba85ed) that was caused by both our mods using the same name "window" for a gui element in the players main screen. Since that location is shared with all other mods, and gui child names must be unique, using a generic name like "window" should be avoided because of the potential for conflicts like this. I updated mine to be prefixed with the mod name - you should update yours as well (another option would be to not give it a name, and instead store a direct reference to the element).

3 months ago

Thanks for the heads up! I went ahead and added the prefix as well.

New response