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
|
||||
Date: 2025-01-07
|
||||
Fixes:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bzlead",
|
||||
"version": "2.0.13",
|
||||
"version": "2.0.14",
|
||||
"factorio_version": "2.0",
|
||||
"title": "Lead",
|
||||
"author": "Brevven",
|
||||
|
|
|
|||
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue