delivery cannon recipes
This commit is contained in:
parent
e8b0077e5a
commit
154ed379b4
3 changed files with 12 additions and 1 deletions
|
@ -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