A library for other mods to calculate and estimate inserter throughput in different setups.
Lua libraries for use by other mods and submods that are parts of a larger mod.
Adjust inserter pickup and drop positions in world, without GUI.
Small changes concerning balance, gameplay, or graphics.
Paste settings on all entities in a selected area. Only copy-pastes to entities with the exact same name as the source entity. Compatible with mods which change copy paste behavior. See description or in game controls for, well, controls.
Providing the player with new tools or adjusting the game interface, without fundamentally changing gameplay.
Lua libraries for use by other mods and submods that are parts of a larger mod.
Small changes concerning balance, gameplay, or graphics.
Doubles notice_textbox maximal_width, specifically to make script errors easier to read. Error notice boxes are now much wider in 2.0 so this mod is no longer needed.
Providing the player with new tools or adjusting the game interface, without fundamentally changing gameplay.
A Gui Helper/Handler library. It's goal is to simplify management of LuaGuiElements. Which includes creation, deletion, element specific data handling with save-load support and event handling. It uses a class system and provides "basic class" implementations for all types of LuaGuiElements - they simplify the definition of children and handling events of said children. Read the wiki for full documentation (see homepage).
A mod for other mods to use to protect them from bad script.raise_event calls (with game events), and applies event filters on them when defined. This mod can cause mods using it to slow down if any mod uses script.raise_event.
A Gui Helper/Handler library. It's goal is to simplify management of LuaGuiElements. Which includes creation, deletion, element specific data handling with save-load support and event handling. It uses a class system and provides "basic class" implementations for all types of LuaGuiElements - they simplify the definition of children and handling events of said children. Read the wiki for full documentation (see homepage).