mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-21 16:17:37 +01:00
remove programmer art injector, it's causing issues
This commit is contained in:
parent
46cc0b729f
commit
9f3e0d2ff3
@ -19,7 +19,7 @@ val branch = if (!travisBranch.isNullOrBlank()) travisBranch else try {
|
|||||||
"unknown"
|
"unknown"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.2.9-SNAPSHOT+" + try {
|
version = "0.2.10-SNAPSHOT+" + try {
|
||||||
gitVersion() + "-" + branch
|
gitVersion() + "-" + branch
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
"unknown"
|
"unknown"
|
||||||
@ -72,9 +72,6 @@ dependencies {
|
|||||||
|
|
||||||
modImplementation("io.github.cottonmc:cotton-client-commands:1.0.1+1.16-rc1")
|
modImplementation("io.github.cottonmc:cotton-client-commands:1.0.1+1.16-rc1")
|
||||||
include("io.github.cottonmc:cotton-client-commands:1.0.1+1.16-rc1")
|
include("io.github.cottonmc:cotton-client-commands:1.0.1+1.16-rc1")
|
||||||
|
|
||||||
modImplementation("com.extracraftx.minecraft:ProgrammerArtInjector:1.2.0")
|
|
||||||
include("com.extracraftx.minecraft:ProgrammerArtInjector:1.2.0")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!System.getenv()["curse_api_key"].isNullOrBlank() && branch.startsWith("mc-")) {
|
if (!System.getenv()["curse_api_key"].isNullOrBlank() && branch.startsWith("mc-")) {
|
||||||
|
@ -70,7 +70,6 @@
|
|||||||
"fabricloader": ">=0.4.0",
|
"fabricloader": ">=0.4.0",
|
||||||
"fabric-resource-loader-v0": "*",
|
"fabric-resource-loader-v0": "*",
|
||||||
"minecraft": ">1.15.2",
|
"minecraft": ">1.15.2",
|
||||||
"programmerartinjector": "*",
|
|
||||||
"viaversion": ">3.0.1"
|
"viaversion": ">3.0.1"
|
||||||
},
|
},
|
||||||
"conflicts": {
|
"conflicts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user