diff options
author | Serenibyss <10861407+serenibyss@users.noreply.github.com> | 2024-05-03 12:58:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-03 19:58:05 +0200 |
commit | 70e1acf1569f94ed7081a5ea44bac73822a29aa6 (patch) | |
tree | 943dfc4ef3cf3316caba70a99d43e90640a9dd85 /gradle.properties | |
parent | a17f0c238deadc7b107b37a5a852387a267cbb1f (diff) | |
download | GT5-Unofficial-70e1acf1569f94ed7081a5ea44bac73822a29aa6.tar.gz GT5-Unofficial-70e1acf1569f94ed7081a5ea44bac73822a29aa6.tar.bz2 GT5-Unofficial-70e1acf1569f94ed7081a5ea44bac73822a29aa6.zip |
Add improved Dragonblood DEFC recipes with comb (#123)
* update buildscript
* Add improved Dragonblood DEFC recipes with comb
Co-Authored-By: GDCloud <93287602+GDCloudstrike@users.noreply.github.com>
---------
Co-authored-by: GDCloud <93287602+GDCloudstrike@users.noreply.github.com>
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 057a7519b6..a9d7437360 100644 --- a/gradle.properties +++ b/gradle.properties @@ -117,7 +117,7 @@ minimizeShadowedDependencies = true # If disabled, won't rename the shadowed classes. relocateShadowedDependencies = true -# Adds the GTNH maven, CurseMaven, IC2/Player maven, and some more well-known 1.7.10 repositories. +# Adds the GTNH maven, CurseMaven, Modrinth, and some more well-known 1.7.10 repositories. includeWellKnownRepositories = true # Change these to your Maven coordinates if you want to publish to a custom Maven repository instead of the default GTNH Maven. |