Aleksei-bird 7c9c708c92 Первый фикс
Пачки некоторых позиций увеличены
2024-03-01 20:54:33 +03:00

13 lines
320 B
Lua

data:extend{{
type = "int-setting",
name = "bv-highlight-maximum",
setting_type = "runtime-global",
default_value = 64,
minimum_value = 1,
maximum_value = 512
},{
type = "bool-setting",
name = "bv-container-passthrough",
setting_type = "runtime-per-user",
default_value = true,
}}