From c611fae0f7d1786f7039b5ff6bb0f97316f01e53 Mon Sep 17 00:00:00 2001 From: Brevven Date: Tue, 19 Jan 2021 00:58:34 -0800 Subject: [PATCH] se delivery cannon --- changelog.txt | 5 +++++ info.json | 2 +- titanium-recipe-se.lua | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 38e1eff..61af76a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.9.12 +Date: 2021-01-19 + Changes: + - SE delivery cannon recipes +--------------------------------------------------------------------------------------------------- Version: 0.9.11 Date: 2021-01-18 Changes: diff --git a/info.json b/info.json index b8bacc5..b54b9b9 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bztitanium", - "version": "0.9.11", + "version": "0.9.12", "factorio_version": "1.1", "title": "Titanium", "author": "Brevven", diff --git a/titanium-recipe-se.lua b/titanium-recipe-se.lua index 0edad77..b4dfeb3 100644 --- a/titanium-recipe-se.lua +++ b/titanium-recipe-se.lua @@ -2,6 +2,8 @@ local util = require("__bztitanium__.data-util"); if mods["space-exploration"] then + se_delivery_cannon_recipes["titanium-ore"] = {name= "titanium-ore"} + se_delivery_cannon_recipes[util.titanium_plate] = {name= util.titanium_plate} if mods["Krastorio2"] then data:extend({ { @@ -32,6 +34,7 @@ if mods["space-exploration"] then {type = "unlock-recipe", recipe= "enriched-titanium-smelting-vulcanite"}) table.insert(data.raw.technology["se-processing-vulcanite"].prerequisites, "enriched-titanium") data.raw.recipe["enriched-titanium-plate"].order= "d[titanium-plate]" + se_delivery_cannon_recipes["enriched-titanium"] = {name= "enriched-titanium"} else data:extend({ {