You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated factorio-data to version 1.1.76 (latest stable)
Updated compatibility/defines.lua to 1.1.76 (latest stable)
Merged penguincounter's pull request:
Fixed logistics requester and buffer chest signatures not having the correct circuit_mode_of_operation key
Added a dump_format() method to entities that outputs a user friendly description of all of the possible key/value entries in the exported blueprint dict
Still needs to be done for Blueprintable; ideally there would be a Exportable parent class that would implement the madness
Also need to investigate faster validation options since schema is pretty slow; maybe we can unify and improve speed at the same time
Added a get_format() method intended to get a readable formatted string (that can easily be autogenerated at the top of each entity in the documentation! Not yet but soon)
Changed _exports dict to be both more user readable and only defined on a per class basis instead of a per instance basis (so memory usage should be down)
Prepped env.py for when Lupa version 2.0 goes live (which will resolve #50)
Fixed "Mining_Drones_Harder" mod not loading because of stray "__MACOSX" folder defined alongside (#55)
Fixed "FactorioExtended-Plus-Logistics" not loading due to internal file titled __init__.lua (#56)
Fixed env.extract_entities().categorize_entities() to get flags instead of assuming they exist ("flags" set is common but optional)