From 7966b7191a6d448a60af587ff58b621a2a440e83 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 19 Oct 2025 15:45:31 +0200 Subject: [PATCH] Restructure repository --- .github/CODEOWNERS | 1 - Makefile | 37 ------------------ LICENSE.md => bztungsten2/LICENSE.md | 0 .../advanced-carbon-furnace.lua | 0 changelog.txt => bztungsten2/changelog.txt | 0 .../compatibility}/248k.lua | 0 .../compatibility}/crafting-efficiency.lua | 0 .../control-util.lua | 0 control.lua => bztungsten2/control.lua | 0 .../data-final-fixes.lua | 0 .../data-updates.lua | 0 data-util.lua => bztungsten2/data-util.lua | 0 data.lua => bztungsten2/data.lua | 0 .../graphics}/entity/ores/tungsten-ore.png | Bin .../tungsten-ore-particle-1.png | Bin .../tungsten-ore-particle-2.png | Bin .../tungsten-ore-particle-3.png | Bin .../tungsten-ore-particle-4.png | Bin .../tungsten-ore-particle-shadow-1.png | Bin .../tungsten-ore-particle-shadow-2.png | Bin .../tungsten-ore-particle-shadow-3.png | Bin .../tungsten-ore-particle-shadow-4.png | Bin .../graphics}/icons/cuw.png | Bin .../graphics}/icons/enriched-tungsten-2.png | Bin .../graphics}/icons/enriched-tungsten-3.png | Bin .../graphics}/icons/enriched-tungsten-4.png | Bin .../graphics}/icons/enriched-tungsten.png | Bin .../graphics}/icons/molten-tungsten.png | Bin .../graphics}/icons/rocket-engine-nozzle.png | Bin .../graphics}/icons/stacked/cuw-stacked.png | Bin .../stacked/enriched-tungsten-stacked.png | Bin .../stacked/rocket-engine-nozzle-stacked.png | Bin .../stacked/tungsten-carbide-stacked.png | Bin .../icons/stacked/tungsten-ore-stacked.png | Bin .../icons/stacked/tungsten-plate-stacked.png | Bin .../graphics}/icons/tungsten-carbide.png | Bin .../graphics}/icons/tungsten-ingot.png | Bin .../graphics}/icons/tungsten-ore-2.png | Bin .../graphics}/icons/tungsten-ore-3.png | Bin .../graphics}/icons/tungsten-ore-4.png | Bin .../graphics}/icons/tungsten-ore.png | Bin .../graphics}/icons/tungsten-plate.png | Bin .../graphics}/icons/tungsten-powder.png | Bin .../technology/tungsten-processing.png | Bin info.json => bztungsten2/info.json | 0 .../locale}/de/tungsten.cfg | 0 .../locale}/en/tungsten.cfg | 0 .../locale}/ja/tungsten.cfg | 0 .../locale}/ko/tungsten.cfg | 0 .../locale}/pl/tungsten.cfg | 0 .../locale}/ru/tungsten.cfg | 0 .../locale}/zh-CN/bztungsten.cfg | 0 .../map-gen-preset-updates.lua | 0 me.lua => bztungsten2/me.lua | 0 .../menu-simulations}/tungsten-nozzle-sim.zip | Bin modules.lua => bztungsten2/modules.lua | 0 omni.lua => bztungsten2/omni.lua | 0 .../settings-util.lua | 0 settings.lua => bztungsten2/settings.lua | 0 .../strange-matter.lua | 0 thumbnail.png => bztungsten2/thumbnail.png | Bin .../tungsten-compressed.lua | 0 .../tungsten-enriched.lua | 0 .../tungsten-matter.lua | 0 .../tungsten-ore-particle.lua | 0 .../tungsten-ore.lua | 0 .../tungsten-recipe-5d.lua | 0 .../tungsten-recipe-final-rrr.lua | 0 .../tungsten-recipe-final-stacking.lua | 0 .../tungsten-recipe-se.lua | 0 .../tungsten-recipe-updates.lua | 0 .../tungsten-recipe.lua | 0 .../tungsten-sim.lua | 0 .../graphics}/entity/ores/tungsten-ore.xcf | Bin {graphics => sources/graphics}/icons/cuw.xcf | Bin .../graphics}/icons/enriched-tungsten.xcf | Bin .../icons/large-rocket-engine-nozzle.xcf | Bin .../graphics}/icons/molten-tungsten.xcf | Bin .../graphics}/icons/rocket-engine-nozzle.xcf | Bin .../graphics}/icons/stacked/cuw-stacked.xcf | Bin .../stacked/enriched-tungsten-stacked.xcf | Bin .../stacked/rocket-engine-nozzle-stacked.xcf | Bin .../stacked/tungsten-carbide-stacked.xcf | Bin .../icons/stacked/tungsten-ore-stacked.xcf | Bin .../icons/stacked/tungsten-plate-stacked.xcf | Bin .../graphics}/icons/tungsten-carbide.xcf | Bin .../graphics}/icons/tungsten-ingot.xcf | Bin .../graphics}/icons/tungsten-ore-2.xcf | Bin .../graphics}/icons/tungsten-ore-3.xcf | Bin .../graphics}/icons/tungsten-ore-4.xcf | Bin .../graphics}/icons/tungsten-ore-n-2.xcf | Bin .../graphics}/icons/tungsten-ore-n-3.xcf | Bin .../graphics}/icons/tungsten-ore-n-4.xcf | Bin .../graphics}/icons/tungsten-ore-n.xcf | Bin .../icons/tungsten-ore-stacked-new.xcf | Bin .../graphics}/icons/tungsten-ore-x-2.xcf | Bin .../graphics}/icons/tungsten-ore-x-3.xcf | Bin .../graphics}/icons/tungsten-ore-x-4.xcf | Bin .../graphics}/icons/tungsten-ore-x.xcf | Bin .../graphics}/icons/tungsten-ore.xcf | Bin .../graphics}/icons/tungsten-plate-2.xcf | Bin .../graphics}/icons/tungsten-plate-new.xcf | Bin .../graphics}/icons/tungsten-plate.xcf | Bin .../graphics}/icons/tungsten-powder.xcf | Bin .../technology/tungsten-processing.xcf | Bin thumbnail.xcf => sources/thumbnail.xcf | Bin 106 files changed, 38 deletions(-) delete mode 100644 .github/CODEOWNERS delete mode 100644 Makefile rename LICENSE.md => bztungsten2/LICENSE.md (100%) rename advanced-carbon-furnace.lua => bztungsten2/advanced-carbon-furnace.lua (100%) rename changelog.txt => bztungsten2/changelog.txt (100%) rename {compatibility => bztungsten2/compatibility}/248k.lua (100%) rename {compatibility => bztungsten2/compatibility}/crafting-efficiency.lua (100%) rename control-util.lua => bztungsten2/control-util.lua (100%) rename control.lua => bztungsten2/control.lua (100%) rename data-final-fixes.lua => bztungsten2/data-final-fixes.lua (100%) rename data-updates.lua => bztungsten2/data-updates.lua (100%) rename data-util.lua => bztungsten2/data-util.lua (100%) rename data.lua => bztungsten2/data.lua (100%) rename {graphics => bztungsten2/graphics}/entity/ores/tungsten-ore.png (100%) rename {graphics => bztungsten2/graphics}/entity/tungsten-ore-particle/tungsten-ore-particle-1.png (100%) rename {graphics => bztungsten2/graphics}/entity/tungsten-ore-particle/tungsten-ore-particle-2.png (100%) rename {graphics => bztungsten2/graphics}/entity/tungsten-ore-particle/tungsten-ore-particle-3.png (100%) rename {graphics => bztungsten2/graphics}/entity/tungsten-ore-particle/tungsten-ore-particle-4.png (100%) rename {graphics => bztungsten2/graphics}/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-1.png (100%) rename {graphics => bztungsten2/graphics}/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-2.png (100%) rename {graphics => bztungsten2/graphics}/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-3.png (100%) rename {graphics => bztungsten2/graphics}/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-4.png (100%) rename {graphics => bztungsten2/graphics}/icons/cuw.png (100%) rename {graphics => bztungsten2/graphics}/icons/enriched-tungsten-2.png (100%) rename {graphics => bztungsten2/graphics}/icons/enriched-tungsten-3.png (100%) rename {graphics => bztungsten2/graphics}/icons/enriched-tungsten-4.png (100%) rename {graphics => bztungsten2/graphics}/icons/enriched-tungsten.png (100%) rename {graphics => bztungsten2/graphics}/icons/molten-tungsten.png (100%) rename {graphics => bztungsten2/graphics}/icons/rocket-engine-nozzle.png (100%) rename {graphics => bztungsten2/graphics}/icons/stacked/cuw-stacked.png (100%) rename {graphics => bztungsten2/graphics}/icons/stacked/enriched-tungsten-stacked.png (100%) rename {graphics => bztungsten2/graphics}/icons/stacked/rocket-engine-nozzle-stacked.png (100%) rename {graphics => bztungsten2/graphics}/icons/stacked/tungsten-carbide-stacked.png (100%) rename {graphics => bztungsten2/graphics}/icons/stacked/tungsten-ore-stacked.png (100%) rename {graphics => bztungsten2/graphics}/icons/stacked/tungsten-plate-stacked.png (100%) rename {graphics => bztungsten2/graphics}/icons/tungsten-carbide.png (100%) rename {graphics => bztungsten2/graphics}/icons/tungsten-ingot.png (100%) rename {graphics => bztungsten2/graphics}/icons/tungsten-ore-2.png (100%) rename {graphics => bztungsten2/graphics}/icons/tungsten-ore-3.png (100%) rename {graphics => bztungsten2/graphics}/icons/tungsten-ore-4.png (100%) rename {graphics => bztungsten2/graphics}/icons/tungsten-ore.png (100%) rename {graphics => bztungsten2/graphics}/icons/tungsten-plate.png (100%) rename {graphics => bztungsten2/graphics}/icons/tungsten-powder.png (100%) rename {graphics => bztungsten2/graphics}/technology/tungsten-processing.png (100%) rename info.json => bztungsten2/info.json (100%) rename {locale => bztungsten2/locale}/de/tungsten.cfg (100%) rename {locale => bztungsten2/locale}/en/tungsten.cfg (100%) rename {locale => bztungsten2/locale}/ja/tungsten.cfg (100%) rename {locale => bztungsten2/locale}/ko/tungsten.cfg (100%) rename {locale => bztungsten2/locale}/pl/tungsten.cfg (100%) rename {locale => bztungsten2/locale}/ru/tungsten.cfg (100%) rename {locale => bztungsten2/locale}/zh-CN/bztungsten.cfg (100%) rename map-gen-preset-updates.lua => bztungsten2/map-gen-preset-updates.lua (100%) rename me.lua => bztungsten2/me.lua (100%) rename {menu-simulations => bztungsten2/menu-simulations}/tungsten-nozzle-sim.zip (100%) rename modules.lua => bztungsten2/modules.lua (100%) rename omni.lua => bztungsten2/omni.lua (100%) rename settings-util.lua => bztungsten2/settings-util.lua (100%) rename settings.lua => bztungsten2/settings.lua (100%) rename strange-matter.lua => bztungsten2/strange-matter.lua (100%) rename thumbnail.png => bztungsten2/thumbnail.png (100%) rename tungsten-compressed.lua => bztungsten2/tungsten-compressed.lua (100%) rename tungsten-enriched.lua => bztungsten2/tungsten-enriched.lua (100%) rename tungsten-matter.lua => bztungsten2/tungsten-matter.lua (100%) rename tungsten-ore-particle.lua => bztungsten2/tungsten-ore-particle.lua (100%) rename tungsten-ore.lua => bztungsten2/tungsten-ore.lua (100%) rename tungsten-recipe-5d.lua => bztungsten2/tungsten-recipe-5d.lua (100%) rename tungsten-recipe-final-rrr.lua => bztungsten2/tungsten-recipe-final-rrr.lua (100%) rename tungsten-recipe-final-stacking.lua => bztungsten2/tungsten-recipe-final-stacking.lua (100%) rename tungsten-recipe-se.lua => bztungsten2/tungsten-recipe-se.lua (100%) rename tungsten-recipe-updates.lua => bztungsten2/tungsten-recipe-updates.lua (100%) rename tungsten-recipe.lua => bztungsten2/tungsten-recipe.lua (100%) rename tungsten-sim.lua => bztungsten2/tungsten-sim.lua (100%) rename {graphics => sources/graphics}/entity/ores/tungsten-ore.xcf (100%) rename {graphics => sources/graphics}/icons/cuw.xcf (100%) rename {graphics => sources/graphics}/icons/enriched-tungsten.xcf (100%) rename {graphics => sources/graphics}/icons/large-rocket-engine-nozzle.xcf (100%) rename {graphics => sources/graphics}/icons/molten-tungsten.xcf (100%) rename {graphics => sources/graphics}/icons/rocket-engine-nozzle.xcf (100%) rename {graphics => sources/graphics}/icons/stacked/cuw-stacked.xcf (100%) rename {graphics => sources/graphics}/icons/stacked/enriched-tungsten-stacked.xcf (100%) rename {graphics => sources/graphics}/icons/stacked/rocket-engine-nozzle-stacked.xcf (100%) rename {graphics => sources/graphics}/icons/stacked/tungsten-carbide-stacked.xcf (100%) rename {graphics => sources/graphics}/icons/stacked/tungsten-ore-stacked.xcf (100%) rename {graphics => sources/graphics}/icons/stacked/tungsten-plate-stacked.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-carbide.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-ingot.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-ore-2.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-ore-3.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-ore-4.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-ore-n-2.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-ore-n-3.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-ore-n-4.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-ore-n.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-ore-stacked-new.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-ore-x-2.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-ore-x-3.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-ore-x-4.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-ore-x.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-ore.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-plate-2.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-plate-new.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-plate.xcf (100%) rename {graphics => sources/graphics}/icons/tungsten-powder.xcf (100%) rename {graphics => sources/graphics}/technology/tungsten-processing.xcf (100%) rename thumbnail.xcf => sources/thumbnail.xcf (100%) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index e04c9b6..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* brevven diff --git a/Makefile b/Makefile deleted file mode 100644 index 11be59f..0000000 --- a/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# General makefile for factorio mods. -# -# Presumes the development work is done in a /dev// -# directory where this makefile resides. This directory must be parallel to -# the /mods/ directory where mods are installed. Run `make -# install` from dev/ to install the mod as a zip file. That zip file -# should also be ready to upload to the mod portal - -.PHONY: copy lint-changelog install - -libdir = "../bzlib" -libfiles = $(shell ls $(libdir)/*.lua | grep -o '[^/]*.lua') -pwd = $(shell pwd) -v = $(shell basename "$(pwd)")_$(shell jq -r .version info.json) - -link: - for f in $(libfiles) ; do \ - echo "using $(libdir)/$$f" ;\ - cp $(libdir)/$$f .; \ - done; - -copy: link - rm -rf ../$(v) - mkdir -p ../$(v) - cp -rf * ../$(v) - rm -f ../$(v).zip - cd ..; zip -9 -r -y $(v).zip $(v) -x "*.xcf" -x "*.git*" -x "*.bak" -x "*.blend*" - -install: lint-changelog copy - cp -f ../$(v).zip ../../mods/ - -lint-changelog: copy - python3 ../da-changelog-tools_0.0.14/changelog-checker.py --changelog ../$(v).zip - -zorro: - python3 ../da-changelog-tools_0.0.14/changelog-checker.py --zorro --changelog ../$(v).zip - diff --git a/LICENSE.md b/bztungsten2/LICENSE.md similarity index 100% rename from LICENSE.md rename to bztungsten2/LICENSE.md diff --git a/advanced-carbon-furnace.lua b/bztungsten2/advanced-carbon-furnace.lua similarity index 100% rename from advanced-carbon-furnace.lua rename to bztungsten2/advanced-carbon-furnace.lua diff --git a/changelog.txt b/bztungsten2/changelog.txt similarity index 100% rename from changelog.txt rename to bztungsten2/changelog.txt diff --git a/compatibility/248k.lua b/bztungsten2/compatibility/248k.lua similarity index 100% rename from compatibility/248k.lua rename to bztungsten2/compatibility/248k.lua diff --git a/compatibility/crafting-efficiency.lua b/bztungsten2/compatibility/crafting-efficiency.lua similarity index 100% rename from compatibility/crafting-efficiency.lua rename to bztungsten2/compatibility/crafting-efficiency.lua diff --git a/control-util.lua b/bztungsten2/control-util.lua similarity index 100% rename from control-util.lua rename to bztungsten2/control-util.lua diff --git a/control.lua b/bztungsten2/control.lua similarity index 100% rename from control.lua rename to bztungsten2/control.lua diff --git a/data-final-fixes.lua b/bztungsten2/data-final-fixes.lua similarity index 100% rename from data-final-fixes.lua rename to bztungsten2/data-final-fixes.lua diff --git a/data-updates.lua b/bztungsten2/data-updates.lua similarity index 100% rename from data-updates.lua rename to bztungsten2/data-updates.lua diff --git a/data-util.lua b/bztungsten2/data-util.lua similarity index 100% rename from data-util.lua rename to bztungsten2/data-util.lua diff --git a/data.lua b/bztungsten2/data.lua similarity index 100% rename from data.lua rename to bztungsten2/data.lua diff --git a/graphics/entity/ores/tungsten-ore.png b/bztungsten2/graphics/entity/ores/tungsten-ore.png similarity index 100% rename from graphics/entity/ores/tungsten-ore.png rename to bztungsten2/graphics/entity/ores/tungsten-ore.png diff --git a/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-1.png b/bztungsten2/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-1.png similarity index 100% rename from graphics/entity/tungsten-ore-particle/tungsten-ore-particle-1.png rename to bztungsten2/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-1.png diff --git a/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-2.png b/bztungsten2/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-2.png similarity index 100% rename from graphics/entity/tungsten-ore-particle/tungsten-ore-particle-2.png rename to bztungsten2/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-2.png diff --git a/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-3.png b/bztungsten2/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-3.png similarity index 100% rename from graphics/entity/tungsten-ore-particle/tungsten-ore-particle-3.png rename to bztungsten2/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-3.png diff --git a/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-4.png b/bztungsten2/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-4.png similarity index 100% rename from graphics/entity/tungsten-ore-particle/tungsten-ore-particle-4.png rename to bztungsten2/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-4.png diff --git a/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-1.png b/bztungsten2/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-1.png similarity index 100% rename from graphics/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-1.png rename to bztungsten2/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-1.png diff --git a/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-2.png b/bztungsten2/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-2.png similarity index 100% rename from graphics/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-2.png rename to bztungsten2/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-2.png diff --git a/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-3.png b/bztungsten2/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-3.png similarity index 100% rename from graphics/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-3.png rename to bztungsten2/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-3.png diff --git a/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-4.png b/bztungsten2/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-4.png similarity index 100% rename from graphics/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-4.png rename to bztungsten2/graphics/entity/tungsten-ore-particle/tungsten-ore-particle-shadow-4.png diff --git a/graphics/icons/cuw.png b/bztungsten2/graphics/icons/cuw.png similarity index 100% rename from graphics/icons/cuw.png rename to bztungsten2/graphics/icons/cuw.png diff --git a/graphics/icons/enriched-tungsten-2.png b/bztungsten2/graphics/icons/enriched-tungsten-2.png similarity index 100% rename from graphics/icons/enriched-tungsten-2.png rename to bztungsten2/graphics/icons/enriched-tungsten-2.png diff --git a/graphics/icons/enriched-tungsten-3.png b/bztungsten2/graphics/icons/enriched-tungsten-3.png similarity index 100% rename from graphics/icons/enriched-tungsten-3.png rename to bztungsten2/graphics/icons/enriched-tungsten-3.png diff --git a/graphics/icons/enriched-tungsten-4.png b/bztungsten2/graphics/icons/enriched-tungsten-4.png similarity index 100% rename from graphics/icons/enriched-tungsten-4.png rename to bztungsten2/graphics/icons/enriched-tungsten-4.png diff --git a/graphics/icons/enriched-tungsten.png b/bztungsten2/graphics/icons/enriched-tungsten.png similarity index 100% rename from graphics/icons/enriched-tungsten.png rename to bztungsten2/graphics/icons/enriched-tungsten.png diff --git a/graphics/icons/molten-tungsten.png b/bztungsten2/graphics/icons/molten-tungsten.png similarity index 100% rename from graphics/icons/molten-tungsten.png rename to bztungsten2/graphics/icons/molten-tungsten.png diff --git a/graphics/icons/rocket-engine-nozzle.png b/bztungsten2/graphics/icons/rocket-engine-nozzle.png similarity index 100% rename from graphics/icons/rocket-engine-nozzle.png rename to bztungsten2/graphics/icons/rocket-engine-nozzle.png diff --git a/graphics/icons/stacked/cuw-stacked.png b/bztungsten2/graphics/icons/stacked/cuw-stacked.png similarity index 100% rename from graphics/icons/stacked/cuw-stacked.png rename to bztungsten2/graphics/icons/stacked/cuw-stacked.png diff --git a/graphics/icons/stacked/enriched-tungsten-stacked.png b/bztungsten2/graphics/icons/stacked/enriched-tungsten-stacked.png similarity index 100% rename from graphics/icons/stacked/enriched-tungsten-stacked.png rename to bztungsten2/graphics/icons/stacked/enriched-tungsten-stacked.png diff --git a/graphics/icons/stacked/rocket-engine-nozzle-stacked.png b/bztungsten2/graphics/icons/stacked/rocket-engine-nozzle-stacked.png similarity index 100% rename from graphics/icons/stacked/rocket-engine-nozzle-stacked.png rename to bztungsten2/graphics/icons/stacked/rocket-engine-nozzle-stacked.png diff --git a/graphics/icons/stacked/tungsten-carbide-stacked.png b/bztungsten2/graphics/icons/stacked/tungsten-carbide-stacked.png similarity index 100% rename from graphics/icons/stacked/tungsten-carbide-stacked.png rename to bztungsten2/graphics/icons/stacked/tungsten-carbide-stacked.png diff --git a/graphics/icons/stacked/tungsten-ore-stacked.png b/bztungsten2/graphics/icons/stacked/tungsten-ore-stacked.png similarity index 100% rename from graphics/icons/stacked/tungsten-ore-stacked.png rename to bztungsten2/graphics/icons/stacked/tungsten-ore-stacked.png diff --git a/graphics/icons/stacked/tungsten-plate-stacked.png b/bztungsten2/graphics/icons/stacked/tungsten-plate-stacked.png similarity index 100% rename from graphics/icons/stacked/tungsten-plate-stacked.png rename to bztungsten2/graphics/icons/stacked/tungsten-plate-stacked.png diff --git a/graphics/icons/tungsten-carbide.png b/bztungsten2/graphics/icons/tungsten-carbide.png similarity index 100% rename from graphics/icons/tungsten-carbide.png rename to bztungsten2/graphics/icons/tungsten-carbide.png diff --git a/graphics/icons/tungsten-ingot.png b/bztungsten2/graphics/icons/tungsten-ingot.png similarity index 100% rename from graphics/icons/tungsten-ingot.png rename to bztungsten2/graphics/icons/tungsten-ingot.png diff --git a/graphics/icons/tungsten-ore-2.png b/bztungsten2/graphics/icons/tungsten-ore-2.png similarity index 100% rename from graphics/icons/tungsten-ore-2.png rename to bztungsten2/graphics/icons/tungsten-ore-2.png diff --git a/graphics/icons/tungsten-ore-3.png b/bztungsten2/graphics/icons/tungsten-ore-3.png similarity index 100% rename from graphics/icons/tungsten-ore-3.png rename to bztungsten2/graphics/icons/tungsten-ore-3.png diff --git a/graphics/icons/tungsten-ore-4.png b/bztungsten2/graphics/icons/tungsten-ore-4.png similarity index 100% rename from graphics/icons/tungsten-ore-4.png rename to bztungsten2/graphics/icons/tungsten-ore-4.png diff --git a/graphics/icons/tungsten-ore.png b/bztungsten2/graphics/icons/tungsten-ore.png similarity index 100% rename from graphics/icons/tungsten-ore.png rename to bztungsten2/graphics/icons/tungsten-ore.png diff --git a/graphics/icons/tungsten-plate.png b/bztungsten2/graphics/icons/tungsten-plate.png similarity index 100% rename from graphics/icons/tungsten-plate.png rename to bztungsten2/graphics/icons/tungsten-plate.png diff --git a/graphics/icons/tungsten-powder.png b/bztungsten2/graphics/icons/tungsten-powder.png similarity index 100% rename from graphics/icons/tungsten-powder.png rename to bztungsten2/graphics/icons/tungsten-powder.png diff --git a/graphics/technology/tungsten-processing.png b/bztungsten2/graphics/technology/tungsten-processing.png similarity index 100% rename from graphics/technology/tungsten-processing.png rename to bztungsten2/graphics/technology/tungsten-processing.png diff --git a/info.json b/bztungsten2/info.json similarity index 100% rename from info.json rename to bztungsten2/info.json diff --git a/locale/de/tungsten.cfg b/bztungsten2/locale/de/tungsten.cfg similarity index 100% rename from locale/de/tungsten.cfg rename to bztungsten2/locale/de/tungsten.cfg diff --git a/locale/en/tungsten.cfg b/bztungsten2/locale/en/tungsten.cfg similarity index 100% rename from locale/en/tungsten.cfg rename to bztungsten2/locale/en/tungsten.cfg diff --git a/locale/ja/tungsten.cfg b/bztungsten2/locale/ja/tungsten.cfg similarity index 100% rename from locale/ja/tungsten.cfg rename to bztungsten2/locale/ja/tungsten.cfg diff --git a/locale/ko/tungsten.cfg b/bztungsten2/locale/ko/tungsten.cfg similarity index 100% rename from locale/ko/tungsten.cfg rename to bztungsten2/locale/ko/tungsten.cfg diff --git a/locale/pl/tungsten.cfg b/bztungsten2/locale/pl/tungsten.cfg similarity index 100% rename from locale/pl/tungsten.cfg rename to bztungsten2/locale/pl/tungsten.cfg diff --git a/locale/ru/tungsten.cfg b/bztungsten2/locale/ru/tungsten.cfg similarity index 100% rename from locale/ru/tungsten.cfg rename to bztungsten2/locale/ru/tungsten.cfg diff --git a/locale/zh-CN/bztungsten.cfg b/bztungsten2/locale/zh-CN/bztungsten.cfg similarity index 100% rename from locale/zh-CN/bztungsten.cfg rename to bztungsten2/locale/zh-CN/bztungsten.cfg diff --git a/map-gen-preset-updates.lua b/bztungsten2/map-gen-preset-updates.lua similarity index 100% rename from map-gen-preset-updates.lua rename to bztungsten2/map-gen-preset-updates.lua diff --git a/me.lua b/bztungsten2/me.lua similarity index 100% rename from me.lua rename to bztungsten2/me.lua diff --git a/menu-simulations/tungsten-nozzle-sim.zip b/bztungsten2/menu-simulations/tungsten-nozzle-sim.zip similarity index 100% rename from menu-simulations/tungsten-nozzle-sim.zip rename to bztungsten2/menu-simulations/tungsten-nozzle-sim.zip diff --git a/modules.lua b/bztungsten2/modules.lua similarity index 100% rename from modules.lua rename to bztungsten2/modules.lua diff --git a/omni.lua b/bztungsten2/omni.lua similarity index 100% rename from omni.lua rename to bztungsten2/omni.lua diff --git a/settings-util.lua b/bztungsten2/settings-util.lua similarity index 100% rename from settings-util.lua rename to bztungsten2/settings-util.lua diff --git a/settings.lua b/bztungsten2/settings.lua similarity index 100% rename from settings.lua rename to bztungsten2/settings.lua diff --git a/strange-matter.lua b/bztungsten2/strange-matter.lua similarity index 100% rename from strange-matter.lua rename to bztungsten2/strange-matter.lua diff --git a/thumbnail.png b/bztungsten2/thumbnail.png similarity index 100% rename from thumbnail.png rename to bztungsten2/thumbnail.png diff --git a/tungsten-compressed.lua b/bztungsten2/tungsten-compressed.lua similarity index 100% rename from tungsten-compressed.lua rename to bztungsten2/tungsten-compressed.lua diff --git a/tungsten-enriched.lua b/bztungsten2/tungsten-enriched.lua similarity index 100% rename from tungsten-enriched.lua rename to bztungsten2/tungsten-enriched.lua diff --git a/tungsten-matter.lua b/bztungsten2/tungsten-matter.lua similarity index 100% rename from tungsten-matter.lua rename to bztungsten2/tungsten-matter.lua diff --git a/tungsten-ore-particle.lua b/bztungsten2/tungsten-ore-particle.lua similarity index 100% rename from tungsten-ore-particle.lua rename to bztungsten2/tungsten-ore-particle.lua diff --git a/tungsten-ore.lua b/bztungsten2/tungsten-ore.lua similarity index 100% rename from tungsten-ore.lua rename to bztungsten2/tungsten-ore.lua diff --git a/tungsten-recipe-5d.lua b/bztungsten2/tungsten-recipe-5d.lua similarity index 100% rename from tungsten-recipe-5d.lua rename to bztungsten2/tungsten-recipe-5d.lua diff --git a/tungsten-recipe-final-rrr.lua b/bztungsten2/tungsten-recipe-final-rrr.lua similarity index 100% rename from tungsten-recipe-final-rrr.lua rename to bztungsten2/tungsten-recipe-final-rrr.lua diff --git a/tungsten-recipe-final-stacking.lua b/bztungsten2/tungsten-recipe-final-stacking.lua similarity index 100% rename from tungsten-recipe-final-stacking.lua rename to bztungsten2/tungsten-recipe-final-stacking.lua diff --git a/tungsten-recipe-se.lua b/bztungsten2/tungsten-recipe-se.lua similarity index 100% rename from tungsten-recipe-se.lua rename to bztungsten2/tungsten-recipe-se.lua diff --git a/tungsten-recipe-updates.lua b/bztungsten2/tungsten-recipe-updates.lua similarity index 100% rename from tungsten-recipe-updates.lua rename to bztungsten2/tungsten-recipe-updates.lua diff --git a/tungsten-recipe.lua b/bztungsten2/tungsten-recipe.lua similarity index 100% rename from tungsten-recipe.lua rename to bztungsten2/tungsten-recipe.lua diff --git a/tungsten-sim.lua b/bztungsten2/tungsten-sim.lua similarity index 100% rename from tungsten-sim.lua rename to bztungsten2/tungsten-sim.lua diff --git a/graphics/entity/ores/tungsten-ore.xcf b/sources/graphics/entity/ores/tungsten-ore.xcf similarity index 100% rename from graphics/entity/ores/tungsten-ore.xcf rename to sources/graphics/entity/ores/tungsten-ore.xcf diff --git a/graphics/icons/cuw.xcf b/sources/graphics/icons/cuw.xcf similarity index 100% rename from graphics/icons/cuw.xcf rename to sources/graphics/icons/cuw.xcf diff --git a/graphics/icons/enriched-tungsten.xcf b/sources/graphics/icons/enriched-tungsten.xcf similarity index 100% rename from graphics/icons/enriched-tungsten.xcf rename to sources/graphics/icons/enriched-tungsten.xcf diff --git a/graphics/icons/large-rocket-engine-nozzle.xcf b/sources/graphics/icons/large-rocket-engine-nozzle.xcf similarity index 100% rename from graphics/icons/large-rocket-engine-nozzle.xcf rename to sources/graphics/icons/large-rocket-engine-nozzle.xcf diff --git a/graphics/icons/molten-tungsten.xcf b/sources/graphics/icons/molten-tungsten.xcf similarity index 100% rename from graphics/icons/molten-tungsten.xcf rename to sources/graphics/icons/molten-tungsten.xcf diff --git a/graphics/icons/rocket-engine-nozzle.xcf b/sources/graphics/icons/rocket-engine-nozzle.xcf similarity index 100% rename from graphics/icons/rocket-engine-nozzle.xcf rename to sources/graphics/icons/rocket-engine-nozzle.xcf diff --git a/graphics/icons/stacked/cuw-stacked.xcf b/sources/graphics/icons/stacked/cuw-stacked.xcf similarity index 100% rename from graphics/icons/stacked/cuw-stacked.xcf rename to sources/graphics/icons/stacked/cuw-stacked.xcf diff --git a/graphics/icons/stacked/enriched-tungsten-stacked.xcf b/sources/graphics/icons/stacked/enriched-tungsten-stacked.xcf similarity index 100% rename from graphics/icons/stacked/enriched-tungsten-stacked.xcf rename to sources/graphics/icons/stacked/enriched-tungsten-stacked.xcf diff --git a/graphics/icons/stacked/rocket-engine-nozzle-stacked.xcf b/sources/graphics/icons/stacked/rocket-engine-nozzle-stacked.xcf similarity index 100% rename from graphics/icons/stacked/rocket-engine-nozzle-stacked.xcf rename to sources/graphics/icons/stacked/rocket-engine-nozzle-stacked.xcf diff --git a/graphics/icons/stacked/tungsten-carbide-stacked.xcf b/sources/graphics/icons/stacked/tungsten-carbide-stacked.xcf similarity index 100% rename from graphics/icons/stacked/tungsten-carbide-stacked.xcf rename to sources/graphics/icons/stacked/tungsten-carbide-stacked.xcf diff --git a/graphics/icons/stacked/tungsten-ore-stacked.xcf b/sources/graphics/icons/stacked/tungsten-ore-stacked.xcf similarity index 100% rename from graphics/icons/stacked/tungsten-ore-stacked.xcf rename to sources/graphics/icons/stacked/tungsten-ore-stacked.xcf diff --git a/graphics/icons/stacked/tungsten-plate-stacked.xcf b/sources/graphics/icons/stacked/tungsten-plate-stacked.xcf similarity index 100% rename from graphics/icons/stacked/tungsten-plate-stacked.xcf rename to sources/graphics/icons/stacked/tungsten-plate-stacked.xcf diff --git a/graphics/icons/tungsten-carbide.xcf b/sources/graphics/icons/tungsten-carbide.xcf similarity index 100% rename from graphics/icons/tungsten-carbide.xcf rename to sources/graphics/icons/tungsten-carbide.xcf diff --git a/graphics/icons/tungsten-ingot.xcf b/sources/graphics/icons/tungsten-ingot.xcf similarity index 100% rename from graphics/icons/tungsten-ingot.xcf rename to sources/graphics/icons/tungsten-ingot.xcf diff --git a/graphics/icons/tungsten-ore-2.xcf b/sources/graphics/icons/tungsten-ore-2.xcf similarity index 100% rename from graphics/icons/tungsten-ore-2.xcf rename to sources/graphics/icons/tungsten-ore-2.xcf diff --git a/graphics/icons/tungsten-ore-3.xcf b/sources/graphics/icons/tungsten-ore-3.xcf similarity index 100% rename from graphics/icons/tungsten-ore-3.xcf rename to sources/graphics/icons/tungsten-ore-3.xcf diff --git a/graphics/icons/tungsten-ore-4.xcf b/sources/graphics/icons/tungsten-ore-4.xcf similarity index 100% rename from graphics/icons/tungsten-ore-4.xcf rename to sources/graphics/icons/tungsten-ore-4.xcf diff --git a/graphics/icons/tungsten-ore-n-2.xcf b/sources/graphics/icons/tungsten-ore-n-2.xcf similarity index 100% rename from graphics/icons/tungsten-ore-n-2.xcf rename to sources/graphics/icons/tungsten-ore-n-2.xcf diff --git a/graphics/icons/tungsten-ore-n-3.xcf b/sources/graphics/icons/tungsten-ore-n-3.xcf similarity index 100% rename from graphics/icons/tungsten-ore-n-3.xcf rename to sources/graphics/icons/tungsten-ore-n-3.xcf diff --git a/graphics/icons/tungsten-ore-n-4.xcf b/sources/graphics/icons/tungsten-ore-n-4.xcf similarity index 100% rename from graphics/icons/tungsten-ore-n-4.xcf rename to sources/graphics/icons/tungsten-ore-n-4.xcf diff --git a/graphics/icons/tungsten-ore-n.xcf b/sources/graphics/icons/tungsten-ore-n.xcf similarity index 100% rename from graphics/icons/tungsten-ore-n.xcf rename to sources/graphics/icons/tungsten-ore-n.xcf diff --git a/graphics/icons/tungsten-ore-stacked-new.xcf b/sources/graphics/icons/tungsten-ore-stacked-new.xcf similarity index 100% rename from graphics/icons/tungsten-ore-stacked-new.xcf rename to sources/graphics/icons/tungsten-ore-stacked-new.xcf diff --git a/graphics/icons/tungsten-ore-x-2.xcf b/sources/graphics/icons/tungsten-ore-x-2.xcf similarity index 100% rename from graphics/icons/tungsten-ore-x-2.xcf rename to sources/graphics/icons/tungsten-ore-x-2.xcf diff --git a/graphics/icons/tungsten-ore-x-3.xcf b/sources/graphics/icons/tungsten-ore-x-3.xcf similarity index 100% rename from graphics/icons/tungsten-ore-x-3.xcf rename to sources/graphics/icons/tungsten-ore-x-3.xcf diff --git a/graphics/icons/tungsten-ore-x-4.xcf b/sources/graphics/icons/tungsten-ore-x-4.xcf similarity index 100% rename from graphics/icons/tungsten-ore-x-4.xcf rename to sources/graphics/icons/tungsten-ore-x-4.xcf diff --git a/graphics/icons/tungsten-ore-x.xcf b/sources/graphics/icons/tungsten-ore-x.xcf similarity index 100% rename from graphics/icons/tungsten-ore-x.xcf rename to sources/graphics/icons/tungsten-ore-x.xcf diff --git a/graphics/icons/tungsten-ore.xcf b/sources/graphics/icons/tungsten-ore.xcf similarity index 100% rename from graphics/icons/tungsten-ore.xcf rename to sources/graphics/icons/tungsten-ore.xcf diff --git a/graphics/icons/tungsten-plate-2.xcf b/sources/graphics/icons/tungsten-plate-2.xcf similarity index 100% rename from graphics/icons/tungsten-plate-2.xcf rename to sources/graphics/icons/tungsten-plate-2.xcf diff --git a/graphics/icons/tungsten-plate-new.xcf b/sources/graphics/icons/tungsten-plate-new.xcf similarity index 100% rename from graphics/icons/tungsten-plate-new.xcf rename to sources/graphics/icons/tungsten-plate-new.xcf diff --git a/graphics/icons/tungsten-plate.xcf b/sources/graphics/icons/tungsten-plate.xcf similarity index 100% rename from graphics/icons/tungsten-plate.xcf rename to sources/graphics/icons/tungsten-plate.xcf diff --git a/graphics/icons/tungsten-powder.xcf b/sources/graphics/icons/tungsten-powder.xcf similarity index 100% rename from graphics/icons/tungsten-powder.xcf rename to sources/graphics/icons/tungsten-powder.xcf diff --git a/graphics/technology/tungsten-processing.xcf b/sources/graphics/technology/tungsten-processing.xcf similarity index 100% rename from graphics/technology/tungsten-processing.xcf rename to sources/graphics/technology/tungsten-processing.xcf diff --git a/thumbnail.xcf b/sources/thumbnail.xcf similarity index 100% rename from thumbnail.xcf rename to sources/thumbnail.xcf