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 | |
parent | b3aa62a6d1f51f39021172f2c81b27236f7ebaa3 (diff) | |
download | Skyblocker-aae70a4160761465b03d310ca5c5dd8b31df17d5.tar.gz Skyblocker-aae70a4160761465b03d310ca5c5dd8b31df17d5.tar.bz2 Skyblocker-aae70a4160761465b03d310ca5c5dd8b31df17d5.zip |
Remove renderer
-rw-r--r-- | build.gradle | 5 | ||||
-rw-r--r-- | gradle.properties | 2 |
2 files changed, 0 insertions, 7 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) diff --git a/gradle.properties b/gradle.properties index 42529261..6c364898 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,8 +20,6 @@ mod_menu_version = 8.0.0 rei_version = 13.0.666 ## EMI (https://modrinth.com/mod/emi/versions) emi_version = 1.0.22+1.20.2 -## Renderer (https://github.com/0x3C50/Renderer) -renderer_version = master-SNAPSHOT # Minecraft and Related Libraries ## Mixin Extras (https://github.com/LlamaLad7/MixinExtras) |