Track changes to Factorio Lua prototype definitions
masterThe factorio-data repository tracks changes made to Factorio's Lua prototype definitions between different game releases. This allows developers and mod authors to programmatically or manually inspect how entity definitions and prototype structures evolve over time.
Comparing Versions
You can compare changes between two specific Factorio versions using one of the following methods:
- Git CLI: Use standard git comparison commands on the repository.
- GitHub Comparison URLs: Construct a URL to view the diff directly in your browser using the format:
https://github.com/wube/factorio-data/compare/[OLD_VERSION]...[NEW_VERSION]
https://github.com/wube/factorio-data/compare/0.18.43...1.1.57