mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2025-03-02 03:41:02 +01:00
update readme, remove programemrartinjector from cursegradle
This commit is contained in:
parent
9f3e0d2ff3
commit
3a39c4cf7f
@ -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 |
|
| (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 |
|
| (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 |
|
| 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:**
|
**1.8.9 Dependencies:**
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ curseforge {
|
|||||||
} else {
|
} else {
|
||||||
requiredDependency("fabric-api")
|
requiredDependency("fabric-api")
|
||||||
embeddedLibrary("cotton-client-commands")
|
embeddedLibrary("cotton-client-commands")
|
||||||
embeddedLibrary("programmerartinjector")
|
// embeddedLibrary("programmerartinjector")
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
displayName = "[$branch] ViaFabric ${project.version}"
|
displayName = "[$branch] ViaFabric ${project.version}"
|
||||||
|
Loading…
Reference in New Issue
Block a user