delivery cannon recipes

This commit is contained in:
Brevven 2022-09-24 20:26:17 -07:00
parent e8b0077e5a
commit 154ed379b4
3 changed files with 12 additions and 1 deletions

View file

@ -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:

View file

@ -1,6 +1,6 @@
{
"name": "bzgas",
"version": "0.1.1",
"version": "0.1.2",
"factorio_version": "1.1",
"title": "Natural Gas",
"author": "Brevven",

View file

@ -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({
{