Compare commits

..

2 commits

Author SHA1 Message Date
Simon Brodtmann
da50f85b5b Set default for setting "Basic circuit boards" to true 2025-03-04 20:46:42 +01:00
Simon Brodtmann
3b26f3a754 readme 2025-03-04 20:46:14 +01:00
2 changed files with 8 additions and 3 deletions

View file

@ -124,7 +124,7 @@ If your modded lab is special and it should not support these science packs, use
- Simplified chinese (zh-CN): cyx2015s - Simplified chinese (zh-CN): cyx2015s
- Polish (pl): StarGazer - Polish (pl): StarGazer
### Assets ### Assets / Code
[Hurricane](https://mods.factorio.com/user/Hurricane046) [Hurricane](https://mods.factorio.com/user/Hurricane046)
@ -184,4 +184,9 @@ If your modded lab is special and it should not support these science packs, use
[Pixabay](https://pixabay.com) [Pixabay](https://pixabay.com)
- [AudioPapkin: Forest ambience](https://pixabay.com/sound-effects/forest-ambience-296528/) - [AudioPapkin: Forest ambience](https://pixabay.com/sound-effects/forest-ambience-296528/)
[SafTheLamb](https://mods.factorio.com/user/SafTheLamb)
- [Early Agriculture](https://mods.factorio.com/mod/early-agriculture): Fix for trees not being plantable on Nauvis with Alien Biomes active.
- [Wooden Logistics](https://mods.factorio.com/mod/wood-logistics): Code for AAI Loader.

View file

@ -31,7 +31,7 @@ data:extend({
type = "bool-setting", type = "bool-setting",
name = "lignumis-basic-circuit-board", name = "lignumis-basic-circuit-board",
setting_type = "startup", setting_type = "startup",
default_value = false, default_value = true,
order = "e" order = "e"
}, },
{ {