(WARNING) This mod is in pre-release state so it may not have all the features!!! (included documentation too, for now)
TTLIB (Library mod)
Install and set up the library:
1. Install TTLIB from Factorio or download it from https://mods.factorio.com/mod/TTLIB
2. If installing manually:
- Press WIN + R
- Type: %appdata%/Factorio/mods
- Move the downloaded .zip file into that folder
3. In your mod info.json "dependencies": [ "TTLIB >= 0.2.2" ]
NOTE: after '>=' or '>' write the version of the library which you wish to use
4. To use this library in data.lua, write: local TTL = require("TTLIB/data-util")
Enjoy your new library!
- If you have any questions or bugs please report it in the Discussion tab at https://mods.factorio.com/mod/TTLIB/discussion
- Thank you for your opinion and I hope that TTLIB will develop relatively quickly!
- If you want to support me, you can do so by sharing my library or submitting your suggestions for the development of the library.