From a66db31bd1388d411365debf2914aa686c40dae0 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Fri, 20 Jan 2023 22:15:08 +0100 Subject: Add items to line renderer. Used for reputationHelper. --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle.kts') 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") } -- cgit