1.0.44
This commit is contained in:
parent
60a5e37647
commit
596077912f
3 changed files with 11 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue