Library for mods by Pi-C

by Pi-C

Just some stuff I use in my mods: assertions, debugging, etc.

Internal
23 days ago
2.0
10.2K
Owner:
Pi-C
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
23 days ago
Latest Version:
2.0.0 (23 days ago)
Factorio version:
2.0
Downloaded by:
10.2K users

I've sourced out some code I use in most of my mods because Factorio 2.0 made so many breaking changes that it's easier to maintain things in one central location.
For now, the mod contains mainly assertions (always loaded) and debugging stuff (loaded when debugging mode is active). Additional modules, e.g. for dealing with prototypes in the data stage, can be included separately, but that's still work in progress.