Mark CC:T as incompatible with ComputerCraft

Just so people using the Twitch client don't try to use both.
This commit is contained in:
SquidDev 2019-05-01 13:48:33 +01:00
parent 2f2ada4416
commit b9fd690ecb
1 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,7 @@
}
plugins {
id 'com.matthewprenger.cursegradle' version '1.0.10'
id 'com.matthewprenger.cursegradle' version '1.2.0'
id "com.github.breadmoirai.github-release" version "2.2.4"
}
@ -232,6 +232,10 @@ task compressJson(dependsOn: extractAnnotationsJar) {
id = '282001'
releaseType = 'release'
changelog = "Release notes can be found on the GitHub repository (https://github.com/SquidDev-CC/CC-Tweaked/releases/tag/v${mc_version}-${mod_version})."
relations {
incompatible "computercraft"
}
}
}