delivery cannon recipes
This commit is contained in:
parent
e8b0077e5a
commit
154ed379b4
3 changed files with 12 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bzgas",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"factorio_version": "1.1",
|
||||
"title": "Natural Gas",
|
||||
"author": "Brevven",
|
||||
|
|
|
@ -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({
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue