diff options
author | chochem <40274384+chochem@users.noreply.github.com> | 2023-08-22 17:09:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 18:09:39 +0200 |
commit | 70b91bc1ed3cbd75e066d1019815054b91271f54 (patch) | |
tree | cd1fea515f6a79c11f2196c4dbbeba9be2e25940 /build.gradle | |
parent | 4dad3c9d3423228d00cee0c8f39f5ca9f48b6419 (diff) | |
download | GT5-Unofficial-70b91bc1ed3cbd75e066d1019815054b91271f54.tar.gz GT5-Unofficial-70b91bc1ed3cbd75e066d1019815054b91271f54.tar.bz2 GT5-Unofficial-70b91bc1ed3cbd75e066d1019815054b91271f54.zip |
Add PA centrifuge recipe map to naq line recipe replacements (#197)
* add PA centrifuge recipe map to recipe replacements
* improve code
* update bs
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index c5af340745..b894d64772 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -//version: 1691351470 +//version: 1692122114 /* DO NOT CHANGE THIS FILE! Also, you may replace this file at any time if there is an update available. @@ -562,9 +562,6 @@ repositories { maven { name 'Overmind forge repo mirror' url 'https://gregtech.overminddl1.com/' - mavenContent { - excludeGroup("net.minecraftforge") // missing the `universal` artefact - } } maven { name = "GTNH Maven" |