From ef03e2da6c2722dd105d2007f6eb3796e96ea179 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 5 Oct 2025 11:02:58 +0200 Subject: [PATCH] Change directory structure --- LICENSE.txt => MDbobelectronics2/LICENSE.txt | 0 README.md => MDbobelectronics2/README.md | 0 changelog.txt => MDbobelectronics2/changelog.txt | 0 .../data-final-fixes.lua | 0 .../data-updates.lua | 0 data.lua => MDbobelectronics2/data.lua | 0 .../graphics}/icons/basic-circuit-board.png | Bin .../icons/basic-electronic-circuit-board.png | Bin .../graphics}/icons/basic-electronic-components.png | Bin .../graphics}/icons/circuit-board.png | Bin .../graphics}/icons/cpu.png | Bin .../graphics}/icons/electronic-circuit-board.png | Bin .../graphics}/icons/electronic-components.png | Bin .../graphics}/icons/electronic-logic-board.png | Bin .../graphics}/icons/electronic-processing-board.png | Bin .../graphics}/icons/ferric-chloride-solution.png | Bin .../graphics}/icons/fibreglass-board.png | Bin .../graphics}/icons/gilded-copper-cable.png | Bin .../graphics}/icons/insulated-cable.png | Bin .../graphics}/icons/integrated-electronics.png | Bin .../graphics}/icons/multi-layer-circuit-board.png | Bin .../graphics}/icons/phenolic-board.png | Bin .../graphics}/icons/resin.png | Bin .../graphics}/icons/rubber.png | Bin .../graphics}/icons/silicon-wafer.png | Bin .../graphics}/icons/solder-plate.png | Bin .../graphics}/icons/solder.png | Bin .../graphics}/icons/superior-circuit-board.png | Bin .../icons/technology/advanced-electronics-2.png | Bin .../icons/technology/advanced-electronics-3.png | Bin .../icons/technology/advanced-electronics.png | Bin .../graphics}/icons/technology/electronics.png | Bin .../graphics}/icons/technology/intermediates.png | Bin .../graphics}/icons/tinned-copper-cable.png | Bin .../graphics}/icons/wooden-board.png | Bin info.json => MDbobelectronics2/info.json | 0 .../locale}/en/bobelectronics.cfg | 0 .../prototypes}/MDrecipes.lua | 0 .../prototypes}/category.lua | 0 .../prototypes}/chemicals.lua | 0 .../prototypes}/electronics.lua | 0 .../prototypes}/productivity-limitations.lua | 0 .../prototypes}/recipe-updates.lua | 0 .../prototypes}/resource.lua | 0 .../prototypes}/technology-updates.lua | 0 .../prototypes}/technology.lua | 0 settings.lua => MDbobelectronics2/settings.lua | 0 thumbnail.png => MDbobelectronics2/thumbnail.png | Bin 48 files changed, 0 insertions(+), 0 deletions(-) rename LICENSE.txt => MDbobelectronics2/LICENSE.txt (100%) rename README.md => MDbobelectronics2/README.md (100%) rename changelog.txt => MDbobelectronics2/changelog.txt (100%) rename data-final-fixes.lua => MDbobelectronics2/data-final-fixes.lua (100%) rename data-updates.lua => MDbobelectronics2/data-updates.lua (100%) rename data.lua => MDbobelectronics2/data.lua (100%) rename {graphics => MDbobelectronics2/graphics}/icons/basic-circuit-board.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/basic-electronic-circuit-board.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/basic-electronic-components.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/circuit-board.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/cpu.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/electronic-circuit-board.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/electronic-components.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/electronic-logic-board.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/electronic-processing-board.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/ferric-chloride-solution.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/fibreglass-board.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/gilded-copper-cable.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/insulated-cable.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/integrated-electronics.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/multi-layer-circuit-board.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/phenolic-board.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/resin.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/rubber.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/silicon-wafer.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/solder-plate.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/solder.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/superior-circuit-board.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/technology/advanced-electronics-2.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/technology/advanced-electronics-3.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/technology/advanced-electronics.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/technology/electronics.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/technology/intermediates.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/tinned-copper-cable.png (100%) rename {graphics => MDbobelectronics2/graphics}/icons/wooden-board.png (100%) rename info.json => MDbobelectronics2/info.json (100%) rename {locale => MDbobelectronics2/locale}/en/bobelectronics.cfg (100%) rename {prototypes => MDbobelectronics2/prototypes}/MDrecipes.lua (100%) rename {prototypes => MDbobelectronics2/prototypes}/category.lua (100%) rename {prototypes => MDbobelectronics2/prototypes}/chemicals.lua (100%) rename {prototypes => MDbobelectronics2/prototypes}/electronics.lua (100%) rename {prototypes => MDbobelectronics2/prototypes}/productivity-limitations.lua (100%) rename {prototypes => MDbobelectronics2/prototypes}/recipe-updates.lua (100%) rename {prototypes => MDbobelectronics2/prototypes}/resource.lua (100%) rename {prototypes => MDbobelectronics2/prototypes}/technology-updates.lua (100%) rename {prototypes => MDbobelectronics2/prototypes}/technology.lua (100%) rename settings.lua => MDbobelectronics2/settings.lua (100%) rename thumbnail.png => MDbobelectronics2/thumbnail.png (100%) diff --git a/LICENSE.txt b/MDbobelectronics2/LICENSE.txt similarity index 100% rename from LICENSE.txt rename to MDbobelectronics2/LICENSE.txt diff --git a/README.md b/MDbobelectronics2/README.md similarity index 100% rename from README.md rename to MDbobelectronics2/README.md diff --git a/changelog.txt b/MDbobelectronics2/changelog.txt similarity index 100% rename from changelog.txt rename to MDbobelectronics2/changelog.txt diff --git a/data-final-fixes.lua b/MDbobelectronics2/data-final-fixes.lua similarity index 100% rename from data-final-fixes.lua rename to MDbobelectronics2/data-final-fixes.lua diff --git a/data-updates.lua b/MDbobelectronics2/data-updates.lua similarity index 100% rename from data-updates.lua rename to MDbobelectronics2/data-updates.lua diff --git a/data.lua b/MDbobelectronics2/data.lua similarity index 100% rename from data.lua rename to MDbobelectronics2/data.lua diff --git a/graphics/icons/basic-circuit-board.png b/MDbobelectronics2/graphics/icons/basic-circuit-board.png similarity index 100% rename from graphics/icons/basic-circuit-board.png rename to MDbobelectronics2/graphics/icons/basic-circuit-board.png diff --git a/graphics/icons/basic-electronic-circuit-board.png b/MDbobelectronics2/graphics/icons/basic-electronic-circuit-board.png similarity index 100% rename from graphics/icons/basic-electronic-circuit-board.png rename to MDbobelectronics2/graphics/icons/basic-electronic-circuit-board.png diff --git a/graphics/icons/basic-electronic-components.png b/MDbobelectronics2/graphics/icons/basic-electronic-components.png similarity index 100% rename from graphics/icons/basic-electronic-components.png rename to MDbobelectronics2/graphics/icons/basic-electronic-components.png diff --git a/graphics/icons/circuit-board.png b/MDbobelectronics2/graphics/icons/circuit-board.png similarity index 100% rename from graphics/icons/circuit-board.png rename to MDbobelectronics2/graphics/icons/circuit-board.png diff --git a/graphics/icons/cpu.png b/MDbobelectronics2/graphics/icons/cpu.png similarity index 100% rename from graphics/icons/cpu.png rename to MDbobelectronics2/graphics/icons/cpu.png diff --git a/graphics/icons/electronic-circuit-board.png b/MDbobelectronics2/graphics/icons/electronic-circuit-board.png similarity index 100% rename from graphics/icons/electronic-circuit-board.png rename to MDbobelectronics2/graphics/icons/electronic-circuit-board.png diff --git a/graphics/icons/electronic-components.png b/MDbobelectronics2/graphics/icons/electronic-components.png similarity index 100% rename from graphics/icons/electronic-components.png rename to MDbobelectronics2/graphics/icons/electronic-components.png diff --git a/graphics/icons/electronic-logic-board.png b/MDbobelectronics2/graphics/icons/electronic-logic-board.png similarity index 100% rename from graphics/icons/electronic-logic-board.png rename to MDbobelectronics2/graphics/icons/electronic-logic-board.png diff --git a/graphics/icons/electronic-processing-board.png b/MDbobelectronics2/graphics/icons/electronic-processing-board.png similarity index 100% rename from graphics/icons/electronic-processing-board.png rename to MDbobelectronics2/graphics/icons/electronic-processing-board.png diff --git a/graphics/icons/ferric-chloride-solution.png b/MDbobelectronics2/graphics/icons/ferric-chloride-solution.png similarity index 100% rename from graphics/icons/ferric-chloride-solution.png rename to MDbobelectronics2/graphics/icons/ferric-chloride-solution.png diff --git a/graphics/icons/fibreglass-board.png b/MDbobelectronics2/graphics/icons/fibreglass-board.png similarity index 100% rename from graphics/icons/fibreglass-board.png rename to MDbobelectronics2/graphics/icons/fibreglass-board.png diff --git a/graphics/icons/gilded-copper-cable.png b/MDbobelectronics2/graphics/icons/gilded-copper-cable.png similarity index 100% rename from graphics/icons/gilded-copper-cable.png rename to MDbobelectronics2/graphics/icons/gilded-copper-cable.png diff --git a/graphics/icons/insulated-cable.png b/MDbobelectronics2/graphics/icons/insulated-cable.png similarity index 100% rename from graphics/icons/insulated-cable.png rename to MDbobelectronics2/graphics/icons/insulated-cable.png diff --git a/graphics/icons/integrated-electronics.png b/MDbobelectronics2/graphics/icons/integrated-electronics.png similarity index 100% rename from graphics/icons/integrated-electronics.png rename to MDbobelectronics2/graphics/icons/integrated-electronics.png diff --git a/graphics/icons/multi-layer-circuit-board.png b/MDbobelectronics2/graphics/icons/multi-layer-circuit-board.png similarity index 100% rename from graphics/icons/multi-layer-circuit-board.png rename to MDbobelectronics2/graphics/icons/multi-layer-circuit-board.png diff --git a/graphics/icons/phenolic-board.png b/MDbobelectronics2/graphics/icons/phenolic-board.png similarity index 100% rename from graphics/icons/phenolic-board.png rename to MDbobelectronics2/graphics/icons/phenolic-board.png diff --git a/graphics/icons/resin.png b/MDbobelectronics2/graphics/icons/resin.png similarity index 100% rename from graphics/icons/resin.png rename to MDbobelectronics2/graphics/icons/resin.png diff --git a/graphics/icons/rubber.png b/MDbobelectronics2/graphics/icons/rubber.png similarity index 100% rename from graphics/icons/rubber.png rename to MDbobelectronics2/graphics/icons/rubber.png diff --git a/graphics/icons/silicon-wafer.png b/MDbobelectronics2/graphics/icons/silicon-wafer.png similarity index 100% rename from graphics/icons/silicon-wafer.png rename to MDbobelectronics2/graphics/icons/silicon-wafer.png diff --git a/graphics/icons/solder-plate.png b/MDbobelectronics2/graphics/icons/solder-plate.png similarity index 100% rename from graphics/icons/solder-plate.png rename to MDbobelectronics2/graphics/icons/solder-plate.png diff --git a/graphics/icons/solder.png b/MDbobelectronics2/graphics/icons/solder.png similarity index 100% rename from graphics/icons/solder.png rename to MDbobelectronics2/graphics/icons/solder.png diff --git a/graphics/icons/superior-circuit-board.png b/MDbobelectronics2/graphics/icons/superior-circuit-board.png similarity index 100% rename from graphics/icons/superior-circuit-board.png rename to MDbobelectronics2/graphics/icons/superior-circuit-board.png diff --git a/graphics/icons/technology/advanced-electronics-2.png b/MDbobelectronics2/graphics/icons/technology/advanced-electronics-2.png similarity index 100% rename from graphics/icons/technology/advanced-electronics-2.png rename to MDbobelectronics2/graphics/icons/technology/advanced-electronics-2.png diff --git a/graphics/icons/technology/advanced-electronics-3.png b/MDbobelectronics2/graphics/icons/technology/advanced-electronics-3.png similarity index 100% rename from graphics/icons/technology/advanced-electronics-3.png rename to MDbobelectronics2/graphics/icons/technology/advanced-electronics-3.png diff --git a/graphics/icons/technology/advanced-electronics.png b/MDbobelectronics2/graphics/icons/technology/advanced-electronics.png similarity index 100% rename from graphics/icons/technology/advanced-electronics.png rename to MDbobelectronics2/graphics/icons/technology/advanced-electronics.png diff --git a/graphics/icons/technology/electronics.png b/MDbobelectronics2/graphics/icons/technology/electronics.png similarity index 100% rename from graphics/icons/technology/electronics.png rename to MDbobelectronics2/graphics/icons/technology/electronics.png diff --git a/graphics/icons/technology/intermediates.png b/MDbobelectronics2/graphics/icons/technology/intermediates.png similarity index 100% rename from graphics/icons/technology/intermediates.png rename to MDbobelectronics2/graphics/icons/technology/intermediates.png diff --git a/graphics/icons/tinned-copper-cable.png b/MDbobelectronics2/graphics/icons/tinned-copper-cable.png similarity index 100% rename from graphics/icons/tinned-copper-cable.png rename to MDbobelectronics2/graphics/icons/tinned-copper-cable.png diff --git a/graphics/icons/wooden-board.png b/MDbobelectronics2/graphics/icons/wooden-board.png similarity index 100% rename from graphics/icons/wooden-board.png rename to MDbobelectronics2/graphics/icons/wooden-board.png diff --git a/info.json b/MDbobelectronics2/info.json similarity index 100% rename from info.json rename to MDbobelectronics2/info.json diff --git a/locale/en/bobelectronics.cfg b/MDbobelectronics2/locale/en/bobelectronics.cfg similarity index 100% rename from locale/en/bobelectronics.cfg rename to MDbobelectronics2/locale/en/bobelectronics.cfg diff --git a/prototypes/MDrecipes.lua b/MDbobelectronics2/prototypes/MDrecipes.lua similarity index 100% rename from prototypes/MDrecipes.lua rename to MDbobelectronics2/prototypes/MDrecipes.lua diff --git a/prototypes/category.lua b/MDbobelectronics2/prototypes/category.lua similarity index 100% rename from prototypes/category.lua rename to MDbobelectronics2/prototypes/category.lua diff --git a/prototypes/chemicals.lua b/MDbobelectronics2/prototypes/chemicals.lua similarity index 100% rename from prototypes/chemicals.lua rename to MDbobelectronics2/prototypes/chemicals.lua diff --git a/prototypes/electronics.lua b/MDbobelectronics2/prototypes/electronics.lua similarity index 100% rename from prototypes/electronics.lua rename to MDbobelectronics2/prototypes/electronics.lua diff --git a/prototypes/productivity-limitations.lua b/MDbobelectronics2/prototypes/productivity-limitations.lua similarity index 100% rename from prototypes/productivity-limitations.lua rename to MDbobelectronics2/prototypes/productivity-limitations.lua diff --git a/prototypes/recipe-updates.lua b/MDbobelectronics2/prototypes/recipe-updates.lua similarity index 100% rename from prototypes/recipe-updates.lua rename to MDbobelectronics2/prototypes/recipe-updates.lua diff --git a/prototypes/resource.lua b/MDbobelectronics2/prototypes/resource.lua similarity index 100% rename from prototypes/resource.lua rename to MDbobelectronics2/prototypes/resource.lua diff --git a/prototypes/technology-updates.lua b/MDbobelectronics2/prototypes/technology-updates.lua similarity index 100% rename from prototypes/technology-updates.lua rename to MDbobelectronics2/prototypes/technology-updates.lua diff --git a/prototypes/technology.lua b/MDbobelectronics2/prototypes/technology.lua similarity index 100% rename from prototypes/technology.lua rename to MDbobelectronics2/prototypes/technology.lua diff --git a/settings.lua b/MDbobelectronics2/settings.lua similarity index 100% rename from settings.lua rename to MDbobelectronics2/settings.lua diff --git a/thumbnail.png b/MDbobelectronics2/thumbnail.png similarity index 100% rename from thumbnail.png rename to MDbobelectronics2/thumbnail.png