Update to 2.0

This commit is contained in:
Simon Brodtmann 2025-10-05 10:19:11 +02:00
parent bed4d01744
commit ff675ca8d2
49 changed files with 1522 additions and 0 deletions

9
settings.lua Normal file
View file

@ -0,0 +1,9 @@
data:extend(
{
{
type = "bool-setting",
name = "bobmods-recursive-circuitred",
setting_type = "startup",
default_value = true,
},
})