mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-09 14:08:15 -06:00
1.2.8 (#28)
Version: 1.2.8
Date: 2022-1-5
Features:
- Improved placeholder cybernetic combinator art
- Added a wagon control setting to bar unfiltered slots in adjacent cargo wagons
- Added a setting and keybind for toggling on or off the central planner
Changes:
- Sped up the rate at which copy-paste by blueprint will be noticed
Bugfixes:
- Fixed a bug with combinators sometimes failing to connect with train stops
- Fixed wagon control combinators outputting wagon contents after inserters have already taken out items
- Fixed a rare crash on world migration
Scripting:
- Added missing return values to some interface functions
- Migrated to non-deprecated flib modules
This commit is contained in:
24
.vscode/flib/README.md
vendored
Normal file
24
.vscode/flib/README.md
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# Factorio Library
|
||||
The Factorio Library is a set of high-quality, commonly-used utilities for
|
||||
creating Factorio mods.
|
||||
|
||||
## Usage
|
||||
|
||||
Download the latest release from the
|
||||
[mod portal](https://mods.factorio.com/mod/flib) unzip it, and put it in your
|
||||
mods directory. You can access libraries provided by flib with
|
||||
`require("__flib__/event")`, etc.
|
||||
|
||||
Add the flib directory to your language server's library and install the
|
||||
[Factorio LSP plugin](https://github.com/JanSharp/FactorioSumnekoLuaPlugin) to
|
||||
enable autocomplete and in-line documentation of flib functions.
|
||||
|
||||
You can view the legacy online documentation
|
||||
[here](https://factoriolib.github.io/flib/index.html). Please note that this
|
||||
documentation is out-of-date, and will be replaced with a new site in the
|
||||
future.
|
||||
|
||||
## Contributing
|
||||
|
||||
Please use the [factorio-mods-devel](https://lists.sr.ht/~raiguard/factorio-mods-devel)
|
||||
mailing list for support, suggestions, and/or patches.
|
||||
Reference in New Issue
Block a user