recipe order, asteroid mining

This commit is contained in:
Brevven 2025-01-13 23:27:13 -08:00
parent 64d6a00a9b
commit ac090d05b1
4 changed files with 12 additions and 2 deletions

View file

@ -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 Version: 2.0.13
Date: 2025-01-07 Date: 2025-01-07
Fixes: Fixes:

View file

@ -10,3 +10,7 @@ require("compatibility/crafting-efficiency")
local util = require("data-util") local util = require("data-util")
util.redo_recycling() 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

View file

@ -1,6 +1,6 @@
{ {
"name": "bzlead", "name": "bzlead",
"version": "2.0.13", "version": "2.0.14",
"factorio_version": "2.0", "factorio_version": "2.0",
"title": "Lead", "title": "Lead",
"author": "Brevven", "author": "Brevven",

View file

@ -24,7 +24,7 @@ if mods["space-age"] then
}, },
category = "crushing", category = "crushing",
subgroup="space-crushing", subgroup="space-crushing",
order = "c-a-b", order = "b-a-z-b",
auto_recycle = false, auto_recycle = false,
enabled = false, enabled = false,
ingredients = ingredients =