From cb7697fcfea2f123264e9ddeaf27d4fdcbde058a Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 20 Feb 2017 21:00:48 +0100 Subject: [PATCH] Move weather mods to ENVIRONMENT modpack --- mods/{MISC => ENVIRONMENT}/lightning/README.md | 0 mods/{MISC => ENVIRONMENT}/lightning/depends.txt | 0 .../{MISC => ENVIRONMENT}/lightning/description.txt | 0 mods/{MISC => ENVIRONMENT}/lightning/init.lua | 0 mods/{MISC => ENVIRONMENT}/lightning/mod.conf | 0 mods/{MISC => ENVIRONMENT}/lightning/screenshot.png | Bin .../lightning/sounds/lightning_thunder.1.ogg | Bin .../lightning/sounds/lightning_thunder.2.ogg | Bin .../lightning/sounds/lightning_thunder.3.ogg | Bin .../lightning/textures/lightning_lightning_1.png | Bin .../lightning/textures/lightning_lightning_2.png | Bin .../lightning/textures/lightning_lightning_3.png | Bin mods/ENVIRONMENT/modpack.txt | 0 mods/{MISC => ENVIRONMENT}/weather_pack/README.md | 0 mods/{MISC => ENVIRONMENT}/weather_pack/depends.txt | 0 .../weather_pack/description.txt | 0 mods/{MISC => ENVIRONMENT}/weather_pack/init.lua | 0 mods/{MISC => ENVIRONMENT}/weather_pack/mod.conf | 0 mods/{MISC => ENVIRONMENT}/weather_pack/rain.lua | 0 .../weather_pack/screenshot.png | Bin .../{MISC => ENVIRONMENT}/weather_pack/skycolor.lua | 0 mods/{MISC => ENVIRONMENT}/weather_pack/snow.lua | 0 .../weather_pack/sounds/weather_rain.ogg | Bin .../textures/weather_pack_rain_raindrop_1.png | Bin .../textures/weather_pack_rain_raindrop_2.png | Bin .../textures/weather_pack_rain_raindrop_3.png | Bin .../textures/weather_pack_snow_snowflake1.png | Bin .../textures/weather_pack_snow_snowflake2.png | Bin mods/{MISC => ENVIRONMENT}/weather_pack/thunder.lua | 0 .../weather_pack/weather_core.lua | 0 30 files changed, 0 insertions(+), 0 deletions(-) rename mods/{MISC => ENVIRONMENT}/lightning/README.md (100%) rename mods/{MISC => ENVIRONMENT}/lightning/depends.txt (100%) rename mods/{MISC => ENVIRONMENT}/lightning/description.txt (100%) rename mods/{MISC => ENVIRONMENT}/lightning/init.lua (100%) rename mods/{MISC => ENVIRONMENT}/lightning/mod.conf (100%) rename mods/{MISC => ENVIRONMENT}/lightning/screenshot.png (100%) rename mods/{MISC => ENVIRONMENT}/lightning/sounds/lightning_thunder.1.ogg (100%) rename mods/{MISC => ENVIRONMENT}/lightning/sounds/lightning_thunder.2.ogg (100%) rename mods/{MISC => ENVIRONMENT}/lightning/sounds/lightning_thunder.3.ogg (100%) rename mods/{MISC => ENVIRONMENT}/lightning/textures/lightning_lightning_1.png (100%) rename mods/{MISC => ENVIRONMENT}/lightning/textures/lightning_lightning_2.png (100%) rename mods/{MISC => ENVIRONMENT}/lightning/textures/lightning_lightning_3.png (100%) create mode 100644 mods/ENVIRONMENT/modpack.txt rename mods/{MISC => ENVIRONMENT}/weather_pack/README.md (100%) rename mods/{MISC => ENVIRONMENT}/weather_pack/depends.txt (100%) rename mods/{MISC => ENVIRONMENT}/weather_pack/description.txt (100%) rename mods/{MISC => ENVIRONMENT}/weather_pack/init.lua (100%) rename mods/{MISC => ENVIRONMENT}/weather_pack/mod.conf (100%) rename mods/{MISC => ENVIRONMENT}/weather_pack/rain.lua (100%) rename mods/{MISC => ENVIRONMENT}/weather_pack/screenshot.png (100%) rename mods/{MISC => ENVIRONMENT}/weather_pack/skycolor.lua (100%) rename mods/{MISC => ENVIRONMENT}/weather_pack/snow.lua (100%) rename mods/{MISC => ENVIRONMENT}/weather_pack/sounds/weather_rain.ogg (100%) rename mods/{MISC => ENVIRONMENT}/weather_pack/textures/weather_pack_rain_raindrop_1.png (100%) rename mods/{MISC => ENVIRONMENT}/weather_pack/textures/weather_pack_rain_raindrop_2.png (100%) rename mods/{MISC => ENVIRONMENT}/weather_pack/textures/weather_pack_rain_raindrop_3.png (100%) rename mods/{MISC => ENVIRONMENT}/weather_pack/textures/weather_pack_snow_snowflake1.png (100%) rename mods/{MISC => ENVIRONMENT}/weather_pack/textures/weather_pack_snow_snowflake2.png (100%) rename mods/{MISC => ENVIRONMENT}/weather_pack/thunder.lua (100%) rename mods/{MISC => ENVIRONMENT}/weather_pack/weather_core.lua (100%) diff --git a/mods/MISC/lightning/README.md b/mods/ENVIRONMENT/lightning/README.md similarity index 100% rename from mods/MISC/lightning/README.md rename to mods/ENVIRONMENT/lightning/README.md diff --git a/mods/MISC/lightning/depends.txt b/mods/ENVIRONMENT/lightning/depends.txt similarity index 100% rename from mods/MISC/lightning/depends.txt rename to mods/ENVIRONMENT/lightning/depends.txt diff --git a/mods/MISC/lightning/description.txt b/mods/ENVIRONMENT/lightning/description.txt similarity index 100% rename from mods/MISC/lightning/description.txt rename to mods/ENVIRONMENT/lightning/description.txt diff --git a/mods/MISC/lightning/init.lua b/mods/ENVIRONMENT/lightning/init.lua similarity index 100% rename from mods/MISC/lightning/init.lua rename to mods/ENVIRONMENT/lightning/init.lua diff --git a/mods/MISC/lightning/mod.conf b/mods/ENVIRONMENT/lightning/mod.conf similarity index 100% rename from mods/MISC/lightning/mod.conf rename to mods/ENVIRONMENT/lightning/mod.conf diff --git a/mods/MISC/lightning/screenshot.png b/mods/ENVIRONMENT/lightning/screenshot.png similarity index 100% rename from mods/MISC/lightning/screenshot.png rename to mods/ENVIRONMENT/lightning/screenshot.png diff --git a/mods/MISC/lightning/sounds/lightning_thunder.1.ogg b/mods/ENVIRONMENT/lightning/sounds/lightning_thunder.1.ogg similarity index 100% rename from mods/MISC/lightning/sounds/lightning_thunder.1.ogg rename to mods/ENVIRONMENT/lightning/sounds/lightning_thunder.1.ogg diff --git a/mods/MISC/lightning/sounds/lightning_thunder.2.ogg b/mods/ENVIRONMENT/lightning/sounds/lightning_thunder.2.ogg similarity index 100% rename from mods/MISC/lightning/sounds/lightning_thunder.2.ogg rename to mods/ENVIRONMENT/lightning/sounds/lightning_thunder.2.ogg diff --git a/mods/MISC/lightning/sounds/lightning_thunder.3.ogg b/mods/ENVIRONMENT/lightning/sounds/lightning_thunder.3.ogg similarity index 100% rename from mods/MISC/lightning/sounds/lightning_thunder.3.ogg rename to mods/ENVIRONMENT/lightning/sounds/lightning_thunder.3.ogg diff --git a/mods/MISC/lightning/textures/lightning_lightning_1.png b/mods/ENVIRONMENT/lightning/textures/lightning_lightning_1.png similarity index 100% rename from mods/MISC/lightning/textures/lightning_lightning_1.png rename to mods/ENVIRONMENT/lightning/textures/lightning_lightning_1.png diff --git a/mods/MISC/lightning/textures/lightning_lightning_2.png b/mods/ENVIRONMENT/lightning/textures/lightning_lightning_2.png similarity index 100% rename from mods/MISC/lightning/textures/lightning_lightning_2.png rename to mods/ENVIRONMENT/lightning/textures/lightning_lightning_2.png diff --git a/mods/MISC/lightning/textures/lightning_lightning_3.png b/mods/ENVIRONMENT/lightning/textures/lightning_lightning_3.png similarity index 100% rename from mods/MISC/lightning/textures/lightning_lightning_3.png rename to mods/ENVIRONMENT/lightning/textures/lightning_lightning_3.png diff --git a/mods/ENVIRONMENT/modpack.txt b/mods/ENVIRONMENT/modpack.txt new file mode 100644 index 000000000..e69de29bb diff --git a/mods/MISC/weather_pack/README.md b/mods/ENVIRONMENT/weather_pack/README.md similarity index 100% rename from mods/MISC/weather_pack/README.md rename to mods/ENVIRONMENT/weather_pack/README.md diff --git a/mods/MISC/weather_pack/depends.txt b/mods/ENVIRONMENT/weather_pack/depends.txt similarity index 100% rename from mods/MISC/weather_pack/depends.txt rename to mods/ENVIRONMENT/weather_pack/depends.txt diff --git a/mods/MISC/weather_pack/description.txt b/mods/ENVIRONMENT/weather_pack/description.txt similarity index 100% rename from mods/MISC/weather_pack/description.txt rename to mods/ENVIRONMENT/weather_pack/description.txt diff --git a/mods/MISC/weather_pack/init.lua b/mods/ENVIRONMENT/weather_pack/init.lua similarity index 100% rename from mods/MISC/weather_pack/init.lua rename to mods/ENVIRONMENT/weather_pack/init.lua diff --git a/mods/MISC/weather_pack/mod.conf b/mods/ENVIRONMENT/weather_pack/mod.conf similarity index 100% rename from mods/MISC/weather_pack/mod.conf rename to mods/ENVIRONMENT/weather_pack/mod.conf diff --git a/mods/MISC/weather_pack/rain.lua b/mods/ENVIRONMENT/weather_pack/rain.lua similarity index 100% rename from mods/MISC/weather_pack/rain.lua rename to mods/ENVIRONMENT/weather_pack/rain.lua diff --git a/mods/MISC/weather_pack/screenshot.png b/mods/ENVIRONMENT/weather_pack/screenshot.png similarity index 100% rename from mods/MISC/weather_pack/screenshot.png rename to mods/ENVIRONMENT/weather_pack/screenshot.png diff --git a/mods/MISC/weather_pack/skycolor.lua b/mods/ENVIRONMENT/weather_pack/skycolor.lua similarity index 100% rename from mods/MISC/weather_pack/skycolor.lua rename to mods/ENVIRONMENT/weather_pack/skycolor.lua diff --git a/mods/MISC/weather_pack/snow.lua b/mods/ENVIRONMENT/weather_pack/snow.lua similarity index 100% rename from mods/MISC/weather_pack/snow.lua rename to mods/ENVIRONMENT/weather_pack/snow.lua diff --git a/mods/MISC/weather_pack/sounds/weather_rain.ogg b/mods/ENVIRONMENT/weather_pack/sounds/weather_rain.ogg similarity index 100% rename from mods/MISC/weather_pack/sounds/weather_rain.ogg rename to mods/ENVIRONMENT/weather_pack/sounds/weather_rain.ogg diff --git a/mods/MISC/weather_pack/textures/weather_pack_rain_raindrop_1.png b/mods/ENVIRONMENT/weather_pack/textures/weather_pack_rain_raindrop_1.png similarity index 100% rename from mods/MISC/weather_pack/textures/weather_pack_rain_raindrop_1.png rename to mods/ENVIRONMENT/weather_pack/textures/weather_pack_rain_raindrop_1.png diff --git a/mods/MISC/weather_pack/textures/weather_pack_rain_raindrop_2.png b/mods/ENVIRONMENT/weather_pack/textures/weather_pack_rain_raindrop_2.png similarity index 100% rename from mods/MISC/weather_pack/textures/weather_pack_rain_raindrop_2.png rename to mods/ENVIRONMENT/weather_pack/textures/weather_pack_rain_raindrop_2.png diff --git a/mods/MISC/weather_pack/textures/weather_pack_rain_raindrop_3.png b/mods/ENVIRONMENT/weather_pack/textures/weather_pack_rain_raindrop_3.png similarity index 100% rename from mods/MISC/weather_pack/textures/weather_pack_rain_raindrop_3.png rename to mods/ENVIRONMENT/weather_pack/textures/weather_pack_rain_raindrop_3.png diff --git a/mods/MISC/weather_pack/textures/weather_pack_snow_snowflake1.png b/mods/ENVIRONMENT/weather_pack/textures/weather_pack_snow_snowflake1.png similarity index 100% rename from mods/MISC/weather_pack/textures/weather_pack_snow_snowflake1.png rename to mods/ENVIRONMENT/weather_pack/textures/weather_pack_snow_snowflake1.png diff --git a/mods/MISC/weather_pack/textures/weather_pack_snow_snowflake2.png b/mods/ENVIRONMENT/weather_pack/textures/weather_pack_snow_snowflake2.png similarity index 100% rename from mods/MISC/weather_pack/textures/weather_pack_snow_snowflake2.png rename to mods/ENVIRONMENT/weather_pack/textures/weather_pack_snow_snowflake2.png diff --git a/mods/MISC/weather_pack/thunder.lua b/mods/ENVIRONMENT/weather_pack/thunder.lua similarity index 100% rename from mods/MISC/weather_pack/thunder.lua rename to mods/ENVIRONMENT/weather_pack/thunder.lua diff --git a/mods/MISC/weather_pack/weather_core.lua b/mods/ENVIRONMENT/weather_pack/weather_core.lua similarity index 100% rename from mods/MISC/weather_pack/weather_core.lua rename to mods/ENVIRONMENT/weather_pack/weather_core.lua