From 4cd19cbf643a0ce4e77d68a734e220fd87aa71c7 Mon Sep 17 00:00:00 2001 From: Brevven Date: Sat, 24 Dec 2022 01:08:35 -0800 Subject: [PATCH] delivery cannon --- changelog.txt | 2 ++ data.lua | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index daf29c1..6c72240 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,8 @@ Date: 2022-12-24 - Thumbnail tweak - SE: Less salt in core mining - SE: thermofluid basic recipe requires salt + Features: + - SE: delivery cannon for salt --------------------------------------------------------------------------------------------------- Version: 0.0.3 Date: 2022-12-05 diff --git a/data.lua b/data.lua index 21a4920..e142430 100644 --- a/data.lua +++ b/data.lua @@ -2,11 +2,12 @@ require("prototypes/salt") require("prototypes/chlorine") require("prototypes/epoxy") require("prototypes/pcb") --- require("tin-recipe") --- require("tin-enriched") -- Enriched Al for Krastorio 2 --- require("tin-recipe-se") -- Space Exploration local util = require("data-util"); +if util.se6() then + se_delivery_cannon_recipes["salt"] = {name="salt"} +end + -- Must be last util.create_list()