summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
-rw-r--r--index.html7
2 files changed, 2 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle
index ff55f17..9588286 100644
--- a/build.gradle
+++ b/build.gradle
@@ -24,6 +24,7 @@ project.ext {
minor = "10"
mcVersion = "1.7.10"
ee3Version = "0.3.505"
+ alpacaVersion = "1.2"
}
if (System.getenv().BUILD_NUMBER != null) {
@@ -56,6 +57,7 @@ repositories {
dependencies {
compile "com.pahimar.ee3:EquivalentExchange3:${project.mcVersion}-${project.ee3Version}:dev"
+ compile "com.FiskFille.alpaca:AlpacaEvolution:${project.mcVersion}-${project.alpacaVersion}:dev"
}
minecraft {
diff --git a/index.html b/index.html
deleted file mode 100644
index 0e6b4b5..0000000
--- a/index.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-<head>
- <title>Test
-</head>
-<body>
-</body>
-</html> \ No newline at end of file