From d78b269e7352f649cdfdc3f2cab889710411a0b9 Mon Sep 17 00:00:00 2001 From: ANAND Date: Tue, 10 Dec 2019 17:04:10 +0530 Subject: [PATCH] Move `crafting` into `other` modpack --- .gitmodules | 4 ++-- mods/{ => other}/crafting | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename mods/{ => other}/crafting (100%) diff --git a/.gitmodules b/.gitmodules index 4a21400..ff12df2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ -[submodule "mods/crafting"] - path = mods/crafting +[submodule "mods/other/crafting"] + path = mods/other/crafting url = https://github.com/rubenwardy/crafting [submodule "mods/ctf/ctf_map/ctf_map_core/maps"] path = mods/ctf/ctf_map/ctf_map_core/maps diff --git a/mods/crafting b/mods/other/crafting similarity index 100% rename from mods/crafting rename to mods/other/crafting