update readme, remove programemrartinjector from cursegradle

This commit is contained in:
creeper123123321 2020-08-28 06:25:03 -03:00
parent 8b327603fc
commit 9b78a85668
2 changed files with 1 additions and 2 deletions

View File

@ -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:**

View File

@ -121,7 +121,7 @@ curseforge {
} else {
requiredDependency("fabric-api")
embeddedLibrary("cotton-client-commands")
embeddedLibrary("programmerartinjector")
// embeddedLibrary("programmerartinjector")
}
})
displayName = "[$branch] ViaFabric ${project.version}"