diff options
author | Lulonaut <67191924+Lulonaut@users.noreply.github.com> | 2022-03-03 04:05:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 22:05:45 -0500 |
commit | d44f33636eb301ff029bf41d7f1decb3340efb54 (patch) | |
tree | bbb78767f035222212b006207255a5dada9bdff8 /build.gradle.kts | |
parent | db59eba3fd9121c7c0a88363994876c5b582c08c (diff) | |
download | NotEnoughUpdates-d44f33636eb301ff029bf41d7f1decb3340efb54.tar.gz NotEnoughUpdates-d44f33636eb301ff029bf41d7f1decb3340efb54.tar.bz2 NotEnoughUpdates-d44f33636eb301ff029bf41d7f1decb3340efb54.zip |
NeuEventListener changes and dead code removal (#88)
* hide Hypixel reforge stats
* unused import?
* better comments
* 2.1.md 🙂
* 2.1.md 🙂
* minor cleanup
* api
* remove collectionLog and morus and cape.png
* remove FancyPortals and panorama dev cmd
Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com>
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index e824a9a0..e47b0f67 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,7 +59,6 @@ mixin { repositories { mavenCentral() - flatDir { dirs("deps/") } maven("https://repo.spongepowered.org/maven/") } |