10 lines
169 B
Lua
10 lines
169 B
Lua
data:extend({
|
|
{
|
|
type = "int-setting",
|
|
name = "VehicleSnap_amount",
|
|
setting_type = "runtime-per-user",
|
|
minimum_value = 4,
|
|
default_value = 16
|
|
}
|
|
})
|