Restructure repository

This commit is contained in:
Simon Brodtmann 2025-10-18 22:44:02 +02:00
parent b29764d34d
commit 3c28542487
124 changed files with 76 additions and 128 deletions

27
bzaluminum2/settings.lua Normal file
View file

@ -0,0 +1,27 @@
data:extend({
{
type = "string-setting",
name = "bzaluminum-recipe-bypass",
setting_type = "startup",
default_value = "",
allow_blank = true,
},
{
type = "bool-setting",
name = "bzaluminum-byproduct",
setting_type = "startup",
default_value = true,
},
{
type = "bool-setting",
name = "bzaluminum-list",
setting_type = "startup",
default_value = false,
},
{
type = "bool-setting",
name = "bzaluminum-starting-items",
setting_type = "runtime-global",
default_value = true,
},
})