recipe order, asteroid mining
This commit is contained in:
parent
64d6a00a9b
commit
ac090d05b1
4 changed files with 12 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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 =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue