From 94a9afa5ab14efcb924511d16c4a55e8500486c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Wed, 15 Oct 2014 13:58:42 +0200 Subject: [PATCH] Step two of making Thaumcraft API a submodule. --- .gitmodules | 3 +++ src/api/java/thaumcraft/api | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 src/api/java/thaumcraft/api diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..a279dd502 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/api/java/thaumcraft/api"] + path = src/api/java/thaumcraft/api + url = https://github.com/Azanor/thaumcraft-api.git diff --git a/src/api/java/thaumcraft/api b/src/api/java/thaumcraft/api new file mode 160000 index 000000000..774135f44 --- /dev/null +++ b/src/api/java/thaumcraft/api @@ -0,0 +1 @@ +Subproject commit 774135f441fd56f295d82069b251ee7e1e084869