diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-10-28 00:38:45 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-10-28 00:38:45 -0400 |
commit | aae70a4160761465b03d310ca5c5dd8b31df17d5 (patch) | |
tree | a0c177a8bdef42152f8a2bc66bdc9f52b8015f8d /build.gradle | |
parent | b3aa62a6d1f51f39021172f2c81b27236f7ebaa3 (diff) | |
download | Skyblocker-aae70a4160761465b03d310ca5c5dd8b31df17d5.tar.gz Skyblocker-aae70a4160761465b03d310ca5c5dd8b31df17d5.tar.bz2 Skyblocker-aae70a4160761465b03d310ca5c5dd8b31df17d5.zip |
Remove renderer
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index bf122cf2..72432203 100644 --- a/build.gradle +++ b/build.gradle @@ -59,11 +59,6 @@ dependencies { modCompileOnly "dev.emi:emi-fabric:${project.emi_version}:api" 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("meteordevelopment:discord-ipc:1.1") // Mixin Extras (https://github.com/LlamaLad7/MixinExtras) |