From f36f72da31933b148f121c8c2caab0d8db62b7a3 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 5 Feb 2017 23:56:31 +0100 Subject: [PATCH] Rename craftguide to mcl_craftguide --- mods/craftguide/mod.conf | 1 - mods/{craftguide => mcl_craftguide}/.luacheckrc | 0 mods/{craftguide => mcl_craftguide}/LICENSE | 0 mods/{craftguide => mcl_craftguide}/README.md | 0 mods/{craftguide => mcl_craftguide}/depends.txt | 0 mods/{craftguide => mcl_craftguide}/description.txt | 0 mods/{craftguide => mcl_craftguide}/init.lua | 0 mods/mcl_craftguide/mod.conf | 1 + mods/{craftguide => mcl_craftguide}/screenshot.png | Bin .../textures/craftguide_arrow.png | Bin .../textures/craftguide_bg.png | Bin .../textures/craftguide_book.png | Bin .../textures/craftguide_fire.png | Bin .../textures/craftguide_shapeless.png | Bin 14 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 mods/craftguide/mod.conf rename mods/{craftguide => mcl_craftguide}/.luacheckrc (100%) rename mods/{craftguide => mcl_craftguide}/LICENSE (100%) rename mods/{craftguide => mcl_craftguide}/README.md (100%) rename mods/{craftguide => mcl_craftguide}/depends.txt (100%) rename mods/{craftguide => mcl_craftguide}/description.txt (100%) rename mods/{craftguide => mcl_craftguide}/init.lua (100%) create mode 100644 mods/mcl_craftguide/mod.conf rename mods/{craftguide => mcl_craftguide}/screenshot.png (100%) rename mods/{craftguide => mcl_craftguide}/textures/craftguide_arrow.png (100%) rename mods/{craftguide => mcl_craftguide}/textures/craftguide_bg.png (100%) rename mods/{craftguide => mcl_craftguide}/textures/craftguide_book.png (100%) rename mods/{craftguide => mcl_craftguide}/textures/craftguide_fire.png (100%) rename mods/{craftguide => mcl_craftguide}/textures/craftguide_shapeless.png (100%) diff --git a/mods/craftguide/mod.conf b/mods/craftguide/mod.conf deleted file mode 100644 index c32f71426..000000000 --- a/mods/craftguide/mod.conf +++ /dev/null @@ -1 +0,0 @@ -name = craftguide diff --git a/mods/craftguide/.luacheckrc b/mods/mcl_craftguide/.luacheckrc similarity index 100% rename from mods/craftguide/.luacheckrc rename to mods/mcl_craftguide/.luacheckrc diff --git a/mods/craftguide/LICENSE b/mods/mcl_craftguide/LICENSE similarity index 100% rename from mods/craftguide/LICENSE rename to mods/mcl_craftguide/LICENSE diff --git a/mods/craftguide/README.md b/mods/mcl_craftguide/README.md similarity index 100% rename from mods/craftguide/README.md rename to mods/mcl_craftguide/README.md diff --git a/mods/craftguide/depends.txt b/mods/mcl_craftguide/depends.txt similarity index 100% rename from mods/craftguide/depends.txt rename to mods/mcl_craftguide/depends.txt diff --git a/mods/craftguide/description.txt b/mods/mcl_craftguide/description.txt similarity index 100% rename from mods/craftguide/description.txt rename to mods/mcl_craftguide/description.txt diff --git a/mods/craftguide/init.lua b/mods/mcl_craftguide/init.lua similarity index 100% rename from mods/craftguide/init.lua rename to mods/mcl_craftguide/init.lua diff --git a/mods/mcl_craftguide/mod.conf b/mods/mcl_craftguide/mod.conf new file mode 100644 index 000000000..d51c45413 --- /dev/null +++ b/mods/mcl_craftguide/mod.conf @@ -0,0 +1 @@ +name = mcl_craftguide diff --git a/mods/craftguide/screenshot.png b/mods/mcl_craftguide/screenshot.png similarity index 100% rename from mods/craftguide/screenshot.png rename to mods/mcl_craftguide/screenshot.png diff --git a/mods/craftguide/textures/craftguide_arrow.png b/mods/mcl_craftguide/textures/craftguide_arrow.png similarity index 100% rename from mods/craftguide/textures/craftguide_arrow.png rename to mods/mcl_craftguide/textures/craftguide_arrow.png diff --git a/mods/craftguide/textures/craftguide_bg.png b/mods/mcl_craftguide/textures/craftguide_bg.png similarity index 100% rename from mods/craftguide/textures/craftguide_bg.png rename to mods/mcl_craftguide/textures/craftguide_bg.png diff --git a/mods/craftguide/textures/craftguide_book.png b/mods/mcl_craftguide/textures/craftguide_book.png similarity index 100% rename from mods/craftguide/textures/craftguide_book.png rename to mods/mcl_craftguide/textures/craftguide_book.png diff --git a/mods/craftguide/textures/craftguide_fire.png b/mods/mcl_craftguide/textures/craftguide_fire.png similarity index 100% rename from mods/craftguide/textures/craftguide_fire.png rename to mods/mcl_craftguide/textures/craftguide_fire.png diff --git a/mods/craftguide/textures/craftguide_shapeless.png b/mods/mcl_craftguide/textures/craftguide_shapeless.png similarity index 100% rename from mods/craftguide/textures/craftguide_shapeless.png rename to mods/mcl_craftguide/textures/craftguide_shapeless.png