aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2023-10-28 00:16:22 -0400
committerAaron <51387595+AzureAaron@users.noreply.github.com>2023-10-28 00:16:22 -0400
commitb3aa62a6d1f51f39021172f2c81b27236f7ebaa3 (patch)
treed3dd08f5a00485b690f6008f3f6b7eaf6c125629 /build.gradle
parent2903241fe145137f6c1c925ed508c5673228a8d7 (diff)
downloadSkyblocker-b3aa62a6d1f51f39021172f2c81b27236f7ebaa3.tar.gz
Skyblocker-b3aa62a6d1f51f39021172f2c81b27236f7ebaa3.tar.bz2
Skyblocker-b3aa62a6d1f51f39021172f2c81b27236f7ebaa3.zip
Vanilla over Renderer
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index fde768d5..bf122cf2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -60,9 +60,9 @@ dependencies {
modLocalRuntime "dev.emi:emi-fabric:${project.emi_version}"
// Renderer (https://github.com/0x3C50/Renderer)
- include modImplementation("com.github.0x3C50:Renderer:${project.renderer_version}") {
- exclude group: "io.github.ladysnake" exclude module: "satin"
- }
+ //include modImplementation("com.github.0x3C50:Renderer:${project.renderer_version}") {
+ //exclude group: "io.github.ladysnake" exclude module: "satin"
+ //}
include modImplementation("meteordevelopment:discord-ipc:1.1")