mod settings prototypes in the json docs
Posted: Wed Sep 11, 2024 1:48 am
The Factorio Modding Toolkit can't type check mod settings like this:
Seemingly because prototype-api.json doesn't have a type description for this table. Requesting these be added.
Code: Select all
{
type = "int-setting",
name = "my-mod-setting",
setting_type = "runtime-per-user",
default_value = -1,
minimum_value = -1,
maximum_value = 7,
}