Re-add Crafting Tweaks integration

This commit is contained in:
raoulvdberge
2019-11-01 11:35:46 +01:00
parent d42c25b45e
commit defab90d8c
5 changed files with 72 additions and 44 deletions

View File

@@ -13,13 +13,16 @@ repositories {
maven {
url = "https://dvs1.progwml6.com/files/maven/"
}
maven {
url "https://minecraft.curseforge.com/api/maven/"
}
}
apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'
version = '1.7+10'
version = '1.7'
group = 'com.raoulvdberge'
archivesBaseName = 'refinedstorage'
@@ -83,6 +86,7 @@ processResources {
dependencies {
minecraft 'net.minecraftforge:forge:1.14.4-28.1.70'
compileOnly fg.deobf("mezz.jei:jei-1.14.4:6.0.0.11:api")
runtimeOnly fg.deobf('crafting-tweaks:CraftingTweaks_1.14.4:10.1.3')
runtimeOnly fg.deobf("mezz.jei:jei-1.14.4:6.0.0.11")
}