diff --git a/changelog.txt b/changelog.txt index 072a851..ae0291d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.1.3 +Date: 2021-01-19 + Changes: + - SE Delivery Cannon Capsules +--------------------------------------------------------------------------------------------------- Version: 0.1.2 Date: 2021-01-18 Fixes: diff --git a/info.json b/info.json index 26c2654..36eb4b8 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzlead", - "version": "0.1.2", + "version": "0.1.3", "factorio_version": "1.1", "title": "Lead", "author": "Brevven", diff --git a/lead-recipe-se.lua b/lead-recipe-se.lua index 5697a51..e5b1f2a 100644 --- a/lead-recipe-se.lua +++ b/lead-recipe-se.lua @@ -2,6 +2,8 @@ local util = require("__bzlead__.util"); if mods["space-exploration"] then + se_delivery_cannon_recipes[util.lead_ore] = {name= util.lead_ore} + se_delivery_cannon_recipes[util.lead_plate] = {name= util.lead_plate} if mods["Krastorio2"] then data:extend({ { @@ -31,6 +33,7 @@ if mods["space-exploration"] then table.insert(data.raw.technology["se-processing-vulcanite"].effects, {type = "unlock-recipe", recipe= "enriched-lead-smelting-vulcanite"}) data.raw.recipe["enriched-lead-plate"].order= "d[lead-plate]" + se_delivery_cannon_recipes["enriched-lead"] = {name= "enriched-lead"} else data:extend({ {