This commit is contained in:
Simon Brodtmann 2025-04-20 23:20:09 +02:00
parent 60a5e37647
commit 596077912f
3 changed files with 11 additions and 4 deletions

View file

@ -1,4 +1,9 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 1.0.44
Date: 20.04.2025
Bug Fixes:
- Add Secretas optional dependency to fix loading order
---------------------------------------------------------------------------------------------------
Version: 1.0.43 Version: 1.0.43
Date: 20.04.2025 Date: 20.04.2025
Changes: Changes:

View file

@ -1,6 +1,6 @@
{ {
"name": "lignumis", "name": "lignumis",
"version": "1.0.43", "version": "1.0.44",
"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",
@ -34,8 +34,9 @@
"?gleba-reborn", "?gleba-reborn",
"?hot-metals >= 1.1.0", "?hot-metals >= 1.1.0",
"?lane-splitters", "?lane-splitters",
"?metal-and-stars", "(?)metal-and-stars",
"?Wood_Gasification_updated", "(?)secretas",
"(?)Wood_Gasification_updated",
"?wood-industry", "?wood-industry",
"?wood-military >= 2.3.3", "?wood-military >= 2.3.3",
"!apm_power_ldinc", "!apm_power_ldinc",

View file

@ -12,7 +12,8 @@ data:extend({
inventory_move_sound = item_sounds.metal_small_inventory_move, inventory_move_sound = item_sounds.metal_small_inventory_move,
pick_sound = item_sounds.metal_small_inventory_pickup, pick_sound = item_sounds.metal_small_inventory_pickup,
drop_sound = item_sounds.metal_small_inventory_move, drop_sound = item_sounds.metal_small_inventory_move,
stack_size = 100 stack_size = 100,
enabled = true
}, },
{ {
type = "recipe", type = "recipe",