1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-12 11:10:29 +00:00

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

View File

@ -17,7 +17,7 @@ buildscript {
} }
plugins { 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" id "com.github.breadmoirai.github-release" version "2.2.4"
} }
@ -232,6 +232,10 @@ curseforge {
id = '282001' id = '282001'
releaseType = 'release' 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})." 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"
}
} }
} }