From 596077912fc094e02702e05b7eac0066ea4e10a1 Mon Sep 17 00:00:00 2001
From: Simon Brodtmann <github@accounts.brodtmann.info>
Date: Sun, 20 Apr 2025 23:20:09 +0200
Subject: [PATCH] 1.0.44

---
 lignumis/changelog.txt                             | 5 +++++
 lignumis/info.json                                 | 7 ++++---
 lignumis/prototypes/content/gold/intermediates.lua | 3 ++-
 3 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/lignumis/changelog.txt b/lignumis/changelog.txt
index 13162b9..a5e5f73 100644
--- a/lignumis/changelog.txt
+++ b/lignumis/changelog.txt
@@ -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
 Date: 20.04.2025
   Changes:
diff --git a/lignumis/info.json b/lignumis/info.json
index 722022b..4580692 100644
--- a/lignumis/info.json
+++ b/lignumis/info.json
@@ -1,6 +1,6 @@
 {
     "name": "lignumis",
-    "version": "1.0.43",
+    "version": "1.0.44",
     "title": "Lignumis",
     "description": "Dive into the world of Lignumis, a moon of Nauvis offering only the most basic technologies.",
     "author": "cackling fiend",
@@ -34,8 +34,9 @@
         "?gleba-reborn",
         "?hot-metals >= 1.1.0",
         "?lane-splitters",
-        "?metal-and-stars",
-        "?Wood_Gasification_updated",
+        "(?)metal-and-stars",
+        "(?)secretas",
+        "(?)Wood_Gasification_updated",
         "?wood-industry",
         "?wood-military >= 2.3.3",
         "!apm_power_ldinc",
diff --git a/lignumis/prototypes/content/gold/intermediates.lua b/lignumis/prototypes/content/gold/intermediates.lua
index 90c92a2..4848e32 100644
--- a/lignumis/prototypes/content/gold/intermediates.lua
+++ b/lignumis/prototypes/content/gold/intermediates.lua
@@ -12,7 +12,8 @@ data:extend({
         inventory_move_sound = item_sounds.metal_small_inventory_move,
         pick_sound = item_sounds.metal_small_inventory_pickup,
         drop_sound = item_sounds.metal_small_inventory_move,
-        stack_size = 100
+        stack_size = 100,
+        enabled = true
     },
     {
         type = "recipe",