delivery cannon
This commit is contained in:
parent
71cdec3868
commit
4cd19cbf64
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
7
data.lua
7
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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue