diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-06-09 01:30:25 +0100 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-06-09 01:30:25 +0100 |
| commit | 1ae68bd5813d6b5d836aa79f01a7c6c80f3171e7 (patch) | |
| tree | 1dc78dc1119976994f0fe4348d7c853757646e7b | |
| parent | 47103008468c067fd66986222a913cb4bb79f0c5 (diff) | |
Removed the index.html file and I think I added the proper dependencie for alpaca :)
| -rw-r--r-- | build.gradle | 2 | ||||
| -rw-r--r-- | index.html | 7 |
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 |
