Skip to content

Commit

Permalink
Add back CraftTweaker integration
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Apr 22, 2020
1 parent 759d02a commit af40f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 150 deletions.
11 changes: 2 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ dependencies {
minecraft "net.minecraftforge:forge:${mc_version}-${forge_version}"

compileOnly fg.deobf("mezz.jei:jei-1.15.2:6.0.0.3:api")
compileOnly fg.deobf("com.blamejared.crafttweaker:CraftTweaker-1.15.2:6.0.0.9")

runtimeOnly fg.deobf("mezz.jei:jei-1.15.2:6.0.0.3")

shade 'org.squiddev:Cobalt:0.5.1-SNAPSHOT'
Expand All @@ -110,15 +112,6 @@ dependencies {
deployerJars "org.apache.maven.wagon:wagon-ssh:3.0.0"
}

sourceSets {
main {
java {
exclude 'dan200/computercraft/client/render_old'
exclude 'dan200/computercraft/shared/integration/crafttweaker'
}
}
}

// Compile tasks

javadoc {
Expand Down

This file was deleted.

0 comments on commit af40f5a

Please sign in to comment.