From b9fd690ecb444f98966e6f12cc1a17147fc6197c Mon Sep 17 00:00:00 2001 From: SquidDev Date: Wed, 1 May 2019 13:48:33 +0100 Subject: [PATCH] Mark CC:T as incompatible with ComputerCraft Just so people using the Twitch client don't try to use both. --- build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f318bd443..104c84dc4 100644 --- a/build.gradle +++ b/build.gradle @@ -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" + } } }