AAI Industry: Remove technology "Basic logistics"
This commit is contained in:
parent
9edaf14f93
commit
fda2a82b5e
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,8 @@ if not mods["aai-industry"] then return end
|
|||
|
||||
data.raw.recipe["wood-science-pack"].allow_hand_crafting = true
|
||||
|
||||
-- Technologies / Recipe unlocks
|
||||
|
||||
local burner_mechanics = Technology:new("burner-mechanics")
|
||||
burner_mechanics:removeRecipe("burner-inserter")
|
||||
burner_mechanics:removeRecipe("burner-mining-drill")
|
||||
|
@ -16,6 +18,11 @@ data.raw.recipe["burner-mining-drill"].enabled = true
|
|||
local burner_automation = Technology:new("burner-automation")
|
||||
burner_automation:addRecipe("burner-assembling-machine")
|
||||
|
||||
Technology:new("basic-logistics"):removeRecipe("transport-belt")
|
||||
Technology:new("logistics"):addRecipe("transport-belt")
|
||||
|
||||
-- Entities
|
||||
|
||||
local wall = data.raw["wall"]["concrete-wall"]
|
||||
wall.emissions_per_second = wall.emissions_per_second or {}
|
||||
wall.emissions_per_second.noise = -30 / 60
|
||||
|
|
Loading…
Add table
Reference in a new issue