diff --git a/changelog.txt b/changelog.txt index 781f035..e2038c8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 0.1.2 +Date: 2022-09-25 + Changes: + - Space Exploration: Delivery cannon recipes for natural gas, formaldehyde, and bakelite +--------------------------------------------------------------------------------------------------- Version: 0.1.1 Date: 2022-09-01 Changes: diff --git a/info.json b/info.json index 32e1a83..06c9dc7 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "bzgas", - "version": "0.1.1", + "version": "0.1.2", "factorio_version": "1.1", "title": "Natural Gas", "author": "Brevven", diff --git a/prototypes/se-recipe.lua b/prototypes/se-recipe.lua index 92debc1..6951184 100644 --- a/prototypes/se-recipe.lua +++ b/prototypes/se-recipe.lua @@ -1,5 +1,11 @@ local util = require("data-util"); +if mods["space-exploration"] then + se_delivery_cannon_recipes["formaldehyde-barrel"] = {name= "formaldehyde-barrel"} + se_delivery_cannon_recipes["gas-barrel"] = {name= "gas-barrel"} + se_delivery_cannon_recipes["bakelite"] = {name= "bakelite"} +end + if util.se6() then data:extend({ {