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}"