diff --git a/changelog.txt b/changelog.txt index c9eccaf..b4f9f25 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,10 @@ --------------------------------------------------------------------------------------------------- +Version: 2.0.14 +Date: 2025-01-14 + Changes: + - Minor tweaks to recipe order + - Support for Asteroid Mining mod +--------------------------------------------------------------------------------------------------- Version: 2.0.13 Date: 2025-01-07 Fixes: diff --git a/data-updates.lua b/data-updates.lua index a63db4b..c0ac484 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -10,3 +10,7 @@ require("compatibility/crafting-efficiency") local util = require("data-util") util.redo_recycling() + +if mods.Asteroid_Mining and not data.raw.item["asteroid-lead-ore"] then + util.addtype("lead-ore", {a = 0,r = 0.35,g = 0.10,b = 0.10}) +end diff --git a/info.json b/info.json index e770ff2..63631a6 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzlead", - "version": "2.0.13", + "version": "2.0.14", "factorio_version": "2.0", "title": "Lead", "author": "Brevven", diff --git a/lead-asteroid-updates.lua b/lead-asteroid-updates.lua index 661ae19..3f3a088 100644 --- a/lead-asteroid-updates.lua +++ b/lead-asteroid-updates.lua @@ -24,7 +24,7 @@ if mods["space-age"] then }, category = "crushing", subgroup="space-crushing", - order = "c-a-b", + order = "b-a-z-b", auto_recycle = false, enabled = false, ingredients =