mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-15 12:12:51 -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/info.json
vendored
Normal file
24
.vscode/flib/info.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "flib",
|
||||
"version": "0.12.4",
|
||||
"title": "Factorio Library",
|
||||
"author": "raiguard, Optera, justarandomgeek, Nexela",
|
||||
"contact": "https://lists.sr.ht/~raiguard/factorio-mods-devel",
|
||||
"homepage": "https://git.sr.ht/~raiguard/flib",
|
||||
"description": "A set of high-quality, commonly-used utilities for creating Factorio mods.",
|
||||
"factorio_version": "1.1",
|
||||
"dependencies": [ "base >= 1.1.74" ],
|
||||
"package": {
|
||||
"ignore": [
|
||||
"*.code-workspace",
|
||||
"crowdin.yml",
|
||||
".gitattributes",
|
||||
".gitignore",
|
||||
".kakrc",
|
||||
".mailmap",
|
||||
"stylua.toml",
|
||||
"tests",
|
||||
".vscode"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user