mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-10 04:08:17 -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:
@@ -1,9 +1,16 @@
|
||||
--By Mami
|
||||
data:extend({
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "cybersyn-enable-planner",
|
||||
order = "aa",
|
||||
setting_type = "runtime-global",
|
||||
default_value = true,
|
||||
},
|
||||
{
|
||||
type = "double-setting",
|
||||
name = "cybersyn-ticks-per-second",
|
||||
order = "aa",
|
||||
order = "ab",
|
||||
setting_type = "runtime-global",
|
||||
default_value = 30,
|
||||
minimum_value = 0,
|
||||
@@ -12,7 +19,7 @@ data:extend({
|
||||
{
|
||||
type = "int-setting",
|
||||
name = "cybersyn-update-rate",
|
||||
order = "ab",
|
||||
order = "ac",
|
||||
setting_type = "runtime-global",
|
||||
default_value = 2,
|
||||
minimum_value = 1,
|
||||
|
||||
Reference in New Issue
Block a user