Skip to content

Commit

Permalink
Add Better Animals Plus feral wolf taming compat
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed May 24, 2021
1 parent c2b36fb commit ff9706c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ repositories {
dependencies {
compileOnly fg.deobf("mezz.jei:jei-${project.mc_version}:${jei_version}:api")
runtimeOnly fg.deobf("mezz.jei:jei-${project.mc_version}:${jei_version}")
implementation fg.deobf("dev.itsmeow.betteranimalsplus:betteranimalsplus:${project.betteranimalsplus_version}") {
transitive = false
}
}
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
org.gradle.daemon=true
jei_version=6.0.3.15
imdlib_version=1.15.2-4f04893a94e60ae3ba3e391d54517edfc55055a7
betteranimalsplus_version=1.15.2-10.2.0
at_file = accesstransformer
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"whisperwoods:hirschgeist_skull"
]
}

0 comments on commit ff9706c

Please sign in to comment.