2015-01-11 20:59:45 +01:00
|
|
|
buildscript {
|
|
|
|
repositories {
|
2016-02-27 13:21:27 +01:00
|
|
|
jcenter()
|
2017-05-28 02:04:21 +02:00
|
|
|
maven { url = "http://files.minecraftforge.net/maven" }
|
2015-01-11 20:59:45 +01:00
|
|
|
}
|
|
|
|
dependencies {
|
2017-07-20 19:22:40 +02:00
|
|
|
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT'
|
2015-01-11 20:59:45 +01:00
|
|
|
}
|
|
|
|
}
|
2016-02-27 13:21:27 +01:00
|
|
|
apply plugin: 'net.minecraftforge.gradle.forge'
|
2015-01-11 20:59:45 +01:00
|
|
|
|
2019-03-31 01:48:08 +01:00
|
|
|
version = "4.0.17"
|
2017-05-28 02:04:21 +02:00
|
|
|
group = "com.blamejared.modtweaker"
|
|
|
|
archivesBaseName = "modtweaker"
|
2015-01-11 20:59:45 +01:00
|
|
|
|
2017-05-28 02:04:21 +02:00
|
|
|
sourceCompatibility = targetCompatibility = "1.8"
|
2016-09-17 01:43:26 +02:00
|
|
|
compileJava {
|
|
|
|
sourceCompatibility = targetCompatibility = "1.8"
|
|
|
|
}
|
2017-05-28 02:04:21 +02:00
|
|
|
|
|
|
|
minecraft {
|
2018-10-19 16:44:50 +02:00
|
|
|
version = "1.12.2-14.23.5.2768"
|
2017-05-28 02:04:21 +02:00
|
|
|
runDir = "run"
|
2018-04-19 18:52:53 +02:00
|
|
|
mappings = "snapshot_20180407"
|
2017-05-28 02:04:21 +02:00
|
|
|
useDepAts = true
|
|
|
|
}
|
|
|
|
|
2015-10-13 00:07:17 +02:00
|
|
|
repositories {
|
2017-05-28 02:04:21 +02:00
|
|
|
maven {
|
|
|
|
url "http://dvs1.progwml6.com/files/maven"
|
|
|
|
}
|
|
|
|
maven {
|
|
|
|
url "http://maven.blamejared.com"
|
|
|
|
}
|
2017-07-20 19:22:40 +02:00
|
|
|
maven {
|
|
|
|
url "http://maven.covers1624.net/"
|
|
|
|
}
|
|
|
|
maven {
|
|
|
|
url "http://chickenbones.net/maven/"
|
|
|
|
}
|
2017-07-23 17:07:56 +02:00
|
|
|
maven {
|
|
|
|
url "http://www.ryanliptak.com/maven/"
|
|
|
|
}
|
2017-07-25 22:56:09 +02:00
|
|
|
maven {
|
|
|
|
url "https://maven.chaosfield.at/"
|
|
|
|
}
|
2017-09-18 17:23:00 +02:00
|
|
|
maven {
|
2018-01-06 04:43:13 +01:00
|
|
|
url "http://maven.ic2.player.to/"
|
2017-09-18 17:23:00 +02:00
|
|
|
}
|
2017-12-13 12:09:08 +01:00
|
|
|
maven {
|
|
|
|
url "http://maven.tterrag.com"
|
|
|
|
}
|
2018-02-11 01:46:56 +01:00
|
|
|
maven {
|
|
|
|
url = "http://maven.thiakil.com"
|
|
|
|
}
|
2018-03-02 22:49:07 +01:00
|
|
|
maven {
|
|
|
|
url "http://tehnut.info/maven/"
|
|
|
|
}
|
2018-04-19 20:08:38 +02:00
|
|
|
maven {
|
|
|
|
url "http://maven.amadornes.com/"
|
|
|
|
}
|
2017-12-28 20:47:00 +01:00
|
|
|
|
2015-10-13 00:07:17 +02:00
|
|
|
}
|
|
|
|
|
2016-10-27 21:30:30 +02:00
|
|
|
dependencies {
|
2019-01-29 02:15:58 +01:00
|
|
|
deobfCompile "CraftTweaker2:CraftTweaker2-MC1120-Main:1.12-4.1.14.519"
|
|
|
|
deobfCompile "mezz.jei:jei_1.12.2:4.14.4.264"
|
2018-07-07 21:17:14 +02:00
|
|
|
deobfCompile "com.blamejared:MTLib:3.0.4.8"
|
2018-02-11 01:46:56 +01:00
|
|
|
deobfCompile "com.azanor.baubles:Baubles:1.12-1.5.2"
|
2018-10-19 16:44:50 +02:00
|
|
|
deobfCompile "vazkii.botania:Botania:r1.10-357.7"
|
2017-11-23 20:42:07 +01:00
|
|
|
|
2018-03-02 16:39:06 +01:00
|
|
|
|
2019-01-29 02:15:58 +01:00
|
|
|
deobfCompile("cofh:ThermalExpansion:1.12.2-5.5.3.41:universal") {
|
2017-11-23 20:42:07 +01:00
|
|
|
exclude group: 'mezz.jei'
|
|
|
|
}
|
2019-01-29 02:15:58 +01:00
|
|
|
deobfCompile("cofh:ThermalFoundation:1.12.2-2.6.2.25:universal") {
|
2017-11-23 20:42:07 +01:00
|
|
|
exclude group: 'mezz.jei'
|
|
|
|
}
|
2018-10-19 16:44:50 +02:00
|
|
|
|
2019-01-29 02:15:58 +01:00
|
|
|
deobfCompile("cofh:CoFHCore:1.12.2-4.6.2.24:universal") {
|
2018-10-19 16:44:50 +02:00
|
|
|
exclude group: 'mezz.jei'
|
|
|
|
}
|
|
|
|
|
|
|
|
deobfCompile("cofh:RedstoneFlux:1.12-2.1.0.6:universal") {
|
|
|
|
exclude group: 'mezz.jei'
|
|
|
|
}
|
|
|
|
|
|
|
|
deobfCompile("cofh:CoFHWorld:1.12.2-1.3.0.6:universal") {
|
|
|
|
exclude group: 'mezz.jei'
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
deobfCompile("codechicken:CodeChickenLib:1.12.2-3.2.2.353:universal") {
|
|
|
|
exclude group: 'mezz.jei'
|
|
|
|
}
|
|
|
|
|
|
|
|
deobfCompile("betterwithmods:BetterWithMods:1.12-2.3.15-995") {
|
|
|
|
exclude group: 'mezz.jei'
|
|
|
|
}
|
|
|
|
deobfCompile("de.ellpeck.actuallyadditions:ActuallyAdditions:1.12.2-r142") {
|
2017-11-23 20:42:07 +01:00
|
|
|
exclude group: 'mezz.jei'
|
|
|
|
}
|
2019-01-29 02:15:58 +01:00
|
|
|
deobfCompile("slimeknights.mantle:Mantle:1.12-1.3.3.+") {
|
2017-11-23 20:42:07 +01:00
|
|
|
exclude group: 'mezz.jei'
|
|
|
|
}
|
2019-01-29 02:15:58 +01:00
|
|
|
deobfCompile("slimeknights:TConstruct:1.12.2-2.12.0.+") {
|
2017-11-23 20:42:07 +01:00
|
|
|
exclude group: 'mezz.jei'
|
|
|
|
}
|
2017-12-13 12:09:08 +01:00
|
|
|
deobfCompile('net.sengir.forestry:forestry_1.12.2:5.+') {
|
2017-11-23 20:42:07 +01:00
|
|
|
exclude group: 'mezz.jei'
|
|
|
|
}
|
2018-10-19 16:44:50 +02:00
|
|
|
deobfCompile "team.chisel.ctm:CTM:MC1.12.2-0.3.2.20"
|
2019-07-03 10:50:47 +02:00
|
|
|
deobfCompile("knightminer.tcomplement:TinkersComplement:1.12.2-0.4.2.39") {
|
2018-01-06 04:43:13 +01:00
|
|
|
exclude group: 'mezz.jei'
|
2017-12-28 20:47:00 +01:00
|
|
|
}
|
2018-03-02 16:39:06 +01:00
|
|
|
deobfCompile "team.chisel:Chisel:MC1.12.2-0.2.0.31"
|
2018-10-19 16:44:50 +02:00
|
|
|
deobfCompile "com.wayoftime.bloodmagic:BloodMagic:1.12.2-2.3.3-101"
|
|
|
|
deobfCompile "info.amerifrance.guideapi:Guide-API:1.12-2.1.7-62"
|
2019-01-29 02:15:58 +01:00
|
|
|
deobfCompile("knightminer:Inspirations:1.12.2-0.2.3.63") {
|
2018-03-18 02:52:34 +01:00
|
|
|
exclude group: 'mezz.jei'
|
|
|
|
}
|
2016-07-09 22:30:50 +02:00
|
|
|
}
|
2015-10-13 00:07:17 +02:00
|
|
|
|
2017-05-28 02:04:21 +02:00
|
|
|
processResources {
|
2017-01-05 00:09:10 +01:00
|
|
|
inputs.property "version", project.version
|
2017-05-28 02:04:21 +02:00
|
|
|
inputs.property "mcversion", project.minecraft.version
|
2016-02-27 13:21:27 +01:00
|
|
|
|
2017-01-05 00:09:10 +01:00
|
|
|
from(sourceSets.main.resources.srcDirs) {
|
|
|
|
include 'mcmod.info'
|
2017-05-28 02:04:21 +02:00
|
|
|
|
|
|
|
expand 'version': project.version, 'mcversion': project.minecraft.version
|
2017-01-05 00:09:10 +01:00
|
|
|
}
|
2017-01-05 00:09:10 +01:00
|
|
|
|
2017-01-05 00:09:10 +01:00
|
|
|
from(sourceSets.main.resources.srcDirs) {
|
|
|
|
exclude 'mcmod.info'
|
|
|
|
}
|
|
|
|
}
|