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 f3e5d3b commit 1f277e5
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=7.6.1.75
imdlib_version=1.16.5-3217dd8dc1b5906af7f3c99c99f6fe8cb7a7e0eb
betteranimalsplus_version=1.16.5-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 1f277e5

Please sign in to comment.