Добавлены все обновления от сообщества, вплоть до #148
This commit is contained in:
15
mining-patch-planner/settings.lua
Normal file
15
mining-patch-planner/settings.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
data:extend{
|
||||
{
|
||||
type="int-setting",
|
||||
name="mpp-lane-filling-info-duration",
|
||||
setting_type="runtime-per-user",
|
||||
default_value=10,
|
||||
},
|
||||
{
|
||||
type="bool-setting",
|
||||
name="mpp-dump-heuristics-data",
|
||||
setting_type="runtime-per-user",
|
||||
default_value=false,
|
||||
hidden=true,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user