This repository has been archived by the owner on May 25, 2024. It is now read-only.
forked from GlodBlock/GoodGenerator
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand item limit for Neutron Activator & Add back Low Quality Naquad…
…ria Sulphate to the outputs from Concentrated Enriched-Naquadah Sludge (#53) * Expand item limit for Neutron Activator & Add back Low Quality Naquadria Sulphate to the outputs from Concentrated Enriched-Naquadah Sludge * updateBuildScript & spotlessApply
- Loading branch information
Showing
91 changed files
with
8,371 additions
and
6,677 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
// Add any additional repositories for your dependencies here | ||
|
||
repositories { | ||
maven { | ||
name 'GTNH Maven' | ||
url 'http://jenkins.usrv.eu:8081/nexus/content/groups/public/' | ||
allowInsecureProtocol | ||
} | ||
maven { | ||
name 'ic2' | ||
url 'https://maven.ic2.player.to/' | ||
metadataSources { | ||
mavenPom() | ||
artifact() | ||
} | ||
maven { | ||
name 'GTNH Maven' | ||
url 'http://jenkins.usrv.eu:8081/nexus/content/groups/public/' | ||
allowInsecureProtocol | ||
} | ||
maven { | ||
name 'ic2' | ||
url 'https://maven.ic2.player.to/' | ||
metadataSources { | ||
mavenPom() | ||
artifact() | ||
} | ||
|
||
} | ||
maven { | ||
name 'gt' | ||
url 'https://gregtech.overminddl1.com/' | ||
} | ||
maven { | ||
url 'https://cursemaven.com' | ||
content { | ||
includeGroup 'curse.maven' | ||
} | ||
} | ||
maven { | ||
url 'https://jitpack.io' | ||
} | ||
} | ||
maven { | ||
name 'gt' | ||
url 'https://gregtech.overminddl1.com/' | ||
} | ||
maven { | ||
url 'https://cursemaven.com' | ||
content { | ||
includeGroup 'curse.maven' | ||
} | ||
} | ||
maven { | ||
url 'https://jitpack.io' | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.