Compare commits

...

3 commits

Author SHA1 Message Date
Simon Brodtmann
9d1d5d8cbd 1.0.69 2025-10-02 22:11:31 +02:00
Simon Brodtmann
a28be675ca Readme 2025-10-02 22:11:18 +02:00
Simon Brodtmann
ab24e7f496 Fix more item weights 2025-10-02 22:10:47 +02:00
4 changed files with 9 additions and 2 deletions

View file

@ -76,6 +76,7 @@ Alternatives: [Burner Leech Fork](https://mods.factorio.com/mod/Burner-Leech-For
- [Wooden Aquilo: Seabloom Algaculture](https://mods.factorio.com/mod/aquilo-seabloom-algaculture) - [Wooden Aquilo: Seabloom Algaculture](https://mods.factorio.com/mod/aquilo-seabloom-algaculture)
- [Wooden Cerys: Lunaponics](https://mods.factorio.com/mod/cerys-lunaponics) - [Wooden Cerys: Lunaponics](https://mods.factorio.com/mod/cerys-lunaponics)
- [Wooden Moshine: Solaponics](https://mods.factorio.com/mod/moshine-solaponics) - [Wooden Moshine: Solaponics](https://mods.factorio.com/mod/moshine-solaponics)
- [Wooden Arig](https://mods.factorio.com/mod/wooden-arig)
#### [Any Planet Start](https://mods.factorio.com/mod/any-planet-start) #### [Any Planet Start](https://mods.factorio.com/mod/any-planet-start)

View file

@ -1,4 +1,9 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 1.0.69
Date: 02.10.2025
Bug Fixes:
- Fix more item weights
---------------------------------------------------------------------------------------------------
Version: 1.0.68 Version: 1.0.68
Date: 28.09.2025 Date: 28.09.2025
Changes: Changes:

View file

@ -1,6 +1,6 @@
{ {
"name": "lignumis", "name": "lignumis",
"version": "1.0.68", "version": "1.0.69",
"title": "Lignumis", "title": "Lignumis",
"description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.", "description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.",
"author": "cackling fiend", "author": "cackling fiend",

View file

@ -365,3 +365,4 @@ set_default_weight("fast-transport-belt", 100)
set_default_weight("fast-underground-belt", 50) set_default_weight("fast-underground-belt", 50)
set_default_weight("fast-splitter", 50) set_default_weight("fast-splitter", 50)
set_default_weight("steel-plate", 400) set_default_weight("steel-plate", 400)
set_default_weight("steam-turbine", 10)