From 9b78a85668813fba46a235d2c5f5f3a307fadcbc Mon Sep 17 00:00:00 2001 From: creeper123123321 <7974274+creeper123123321@users.noreply.github.com> Date: Fri, 28 Aug 2020 06:25:03 -0300 Subject: [PATCH] update readme, remove programemrartinjector from cursegradle --- README.md | 1 - build.gradle.kts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ff6041d..372a766 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ Note: ViaVersion is designed for Vanilla Minecraft servers. It probably will not | (Bundled) Cotton Client Commands | https://www.curseforge.com/minecraft/mc-mods/cotton-client-commands | | (Optional) Fabric Command API v1/v0 | https://www.curseforge.com/minecraft/mc-mods/fabric-api | | Fabric Resource Loader v0 | https://www.curseforge.com/minecraft/mc-mods/fabric-api | -| (Bundled) ProgrammerArtInjector | https://www.curseforge.com/minecraft/mc-mods/programmerartinjector | **1.8.9 Dependencies:** diff --git a/build.gradle.kts b/build.gradle.kts index 79ab607..6ed17dd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -121,7 +121,7 @@ curseforge { } else { requiredDependency("fabric-api") embeddedLibrary("cotton-client-commands") - embeddedLibrary("programmerartinjector") +// embeddedLibrary("programmerartinjector") } }) displayName = "[$branch] ViaFabric ${project.version}"