diff --git a/build.properties b/build.properties new file mode 100644 index 000000000..c8aeb5259 --- /dev/null +++ b/build.properties @@ -0,0 +1,6 @@ +dir.development=./ +dir.mcp=${dir.development}forge/mcp +version.minecraft=1.6.2 +version.mod.major=0 +version.mod.minor=1 +version.mod.revis=3 diff --git a/build.xml b/build.xml new file mode 100644 index 000000000..0d72e7993 --- /dev/null +++ b/build.xml @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/git.bat b/git.bat new file mode 100644 index 000000000..b4d5c1351 --- /dev/null +++ b/git.bat @@ -0,0 +1,4 @@ +git clone https://github.com/DarkGuardsman/Fluid-Mechanics.git +git clone https://github.com/DarkGuardsman/Assembly-Line.git +git clone https://github.com/DarkGuardsman/FarmTech.git +git clone https://github.com/DarkGuardsman/Greater-Security.git diff --git a/git.sh b/git.sh new file mode 100644 index 000000000..b4d5c1351 --- /dev/null +++ b/git.sh @@ -0,0 +1,4 @@ +git clone https://github.com/DarkGuardsman/Fluid-Mechanics.git +git clone https://github.com/DarkGuardsman/Assembly-Line.git +git clone https://github.com/DarkGuardsman/FarmTech.git +git clone https://github.com/DarkGuardsman/Greater-Security.git