fix se breakage

This commit is contained in:
Brevven 2021-01-22 04:20:51 -08:00
parent e552dde553
commit dd3e074fa5
3 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,9 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.1.2
Date: 2021-01-18
Fixes:
- Breakage with only SE
---------------------------------------------------------------------------------------------------
Version: 0.1.1 Version: 0.1.1
Date: 2021-01-18 Date: 2021-01-18
Fixes: Fixes:

View file

@ -1,6 +1,6 @@
{ {
"name": "bzlead", "name": "bzlead",
"version": "0.1.1", "version": "0.1.2",
"factorio_version": "1.1", "factorio_version": "1.1",
"title": "Lead", "title": "Lead",
"author": "Brevven", "author": "Brevven",

View file

@ -60,6 +60,5 @@ if mods["space-exploration"] then
}) })
table.insert(data.raw.technology["se-processing-vulcanite"].effects, table.insert(data.raw.technology["se-processing-vulcanite"].effects,
{type = "unlock-recipe", recipe= "lead-smelting-vulcanite"}) {type = "unlock-recipe", recipe= "lead-smelting-vulcanite"})
util.add_lead_prerequisite(data.raw.technology["se-processing-vulcanite"])
end end
end end