diff options
-rw-r--r-- | build.gradle | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index a1e77b8b0e..9040ae0d8a 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ configurations { } repositories { - maven { //Computercraft + maven { //Computercraft, NEI, chicken core and lib name = "GregTech maven" url = "https://gregtech.overminddl1.com/" } @@ -76,10 +76,6 @@ repositories { name = "IC2 maven" url = "http://maven.ic2.player.to/" } - maven { //NEI, chicken core and lib - name = "Chickenbones maven" - url = "http://chickenbones.net/maven/" - } maven { // Baubles and Thaumcraft name 'MC Mod Dev maven' url 'https://maven.mcmoddev.com/' |