Re-add Crafting Tweaks integration
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user