forked from progwml6/Natura
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add IMC for selectively disabling worldgen in custom dimensions (#11)
* Update buildscript & spotlessApply * Add IMC for selectively disabling worldgen in custom dimensions
- Loading branch information
1 parent
264c9a6
commit 8c222b0
Showing
195 changed files
with
6,744 additions
and
6,598 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,14 +1,14 @@ | ||
// Add any additional repositiroes for your dependencies here | ||
|
||
repositories { | ||
maven { | ||
name = "GTNH Maven" | ||
url = "http://jenkins.usrv.eu:8081/nexus/content/groups/public/" | ||
} | ||
maven { | ||
url "https://cursemaven.com" | ||
} | ||
maven { | ||
url = "https://jitpack.io" | ||
} | ||
maven { | ||
name = "GTNH Maven" | ||
url = "http://jenkins.usrv.eu:8081/nexus/content/groups/public/" | ||
} | ||
maven { | ||
url "https://cursemaven.com" | ||
} | ||
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
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
Oops, something went wrong.