aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-20 22:15:08 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-01-20 22:15:08 +0100
commita66db31bd1388d411365debf2914aa686c40dae0 (patch)
tree5b9235a5f76f318d1551ba747c47927afdcdc018 /build.gradle.kts
parent9d411375b4b493d797174512297ab57c6df54769 (diff)
downloadSkyHanni-a66db31bd1388d411365debf2914aa686c40dae0.tar.gz
SkyHanni-a66db31bd1388d411365debf2914aa686c40dae0.tar.bz2
SkyHanni-a66db31bd1388d411365debf2914aa686c40dae0.zip
Add items to line renderer. Used for reputationHelper.
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index af077fc3f..787975812 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -62,6 +62,7 @@ dependencies {
// If you don't want to log in with your real minecraft account, remove this line
modRuntimeOnly("me.djtheredstoner:DevAuth-forge-legacy:1.1.0")
+ implementation("com.github.notenoughupdates:notenoughupdates:e603cf2:all")
devenvMod("com.github.notenoughupdates:notenoughupdates:e603cf2:all")
}