diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-09-21 15:56:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-21 15:56:30 -0400 |
commit | 2091a05c2b9b3f3a9733557337935688f1bc6ae8 (patch) | |
tree | 65aa16c26386636538df56ecf6fa7b862fabf96e /build.gradle | |
parent | 2fac34bca6e58b5ec42b04cf268fd8ab39ce1f1b (diff) | |
parent | f6fb7fabecfb2dcb0a19caccdfab321fb3362999 (diff) | |
download | Skyblocker-2091a05c2b9b3f3a9733557337935688f1bc6ae8.tar.gz Skyblocker-2091a05c2b9b3f3a9733557337935688f1bc6ae8.tar.bz2 Skyblocker-2091a05c2b9b3f3a9733557337935688f1bc6ae8.zip |
Merge pull request #293 from LifeIsAParadox/update-emi_rei
Update rei and emi
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 9697588d..905745e7 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,8 @@ repositories { url = "https://maven.meteordev.org/releases" } maven { url "https://repo.codemc.io/repository/maven-public/" } // For Occlusion Culling library - maven {url "https://jitpack.io"} + maven { url "https://repo.nea.moe/releases" } // For neu repoparser + maven { url "https://jitpack.io" } } dependencies { @@ -78,6 +79,9 @@ dependencies { // Occlusion Culling (https://github.com/LogisticsCraft/OcclusionCulling) include implementation("com.logisticscraft:occlusionculling:${project.occlusionculling_version}") + + // neu repoparser | implement it if this is being used + // include implementation("moe.nea:neurepoparser:${project.repoparser_version}") } base { |