AAI Industry: Lumber mill copper recipe uses burner assembler instead of electrical assembler 1
This commit is contained in:
parent
fda2a82b5e
commit
1e219ba4ad
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
local Technology = require("__cf-lib__/data/Technology")
|
local Technology = require("__cf-lib__/data/Technology")
|
||||||
|
local Recipe = require("__cf-lib__/data/Recipe")
|
||||||
|
|
||||||
if not mods["aai-industry"] then return end
|
if not mods["aai-industry"] then return end
|
||||||
|
|
||||||
|
@ -21,6 +22,9 @@ burner_automation:addRecipe("burner-assembling-machine")
|
||||||
Technology:new("basic-logistics"):removeRecipe("transport-belt")
|
Technology:new("basic-logistics"):removeRecipe("transport-belt")
|
||||||
Technology:new("logistics"):addRecipe("transport-belt")
|
Technology:new("logistics"):addRecipe("transport-belt")
|
||||||
|
|
||||||
|
-- Electric assembler comes later with AAI Industry active
|
||||||
|
Recipe:new("lumber-mill-copper"):replaceIngredient("assembling-machine-1", "burner-assembling-machine")
|
||||||
|
|
||||||
-- Entities
|
-- Entities
|
||||||
|
|
||||||
local wall = data.raw["wall"]["concrete-wall"]
|
local wall = data.raw["wall"]["concrete-wall"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue