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