From fda2a82b5e3d5bb8d1474c32364483a5b0d62d07 Mon Sep 17 00:00:00 2001
From: Simon Brodtmann <github@accounts.brodtmann.info>
Date: Sat, 15 Mar 2025 10:04:55 +0100
Subject: [PATCH] AAI Industry: Remove technology "Basic logistics"

---
 lignumis/prototypes/compatibility/aai-industry.lua | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/lignumis/prototypes/compatibility/aai-industry.lua b/lignumis/prototypes/compatibility/aai-industry.lua
index c15276f..5fc7475 100644
--- a/lignumis/prototypes/compatibility/aai-industry.lua
+++ b/lignumis/prototypes/compatibility/aai-industry.lua
@@ -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