Display flying when an elytra is used with the trinkets mod. Closes #2074

This commit is contained in:
modmuss50 2020-04-11 15:12:13 +01:00
parent 8b16fe191b
commit 9612c82cd3
4 changed files with 43 additions and 1 deletions

View file

@ -43,6 +43,13 @@ repositories {
//Dev Mode
url "https://maven.jamieswhiteshirt.com/libs-release/"
}
maven {
//trinkets
url = "https://maven.abusedmaster.xyz/"
}
maven {
url = "https://jitpack.io"
}
}
version = "3.3.7"
@ -74,6 +81,7 @@ dependencies {
optionalDependency ("me.shedaniel:RoughlyEnoughItems:3.6.0")
optionalDependency ('io.github.cottonmc:LibCD:2.0.1+1.15')
optionalDependency ('com.github.emilyploszaj:trinkets:2.4.2')
def rcVersion = 'RebornCore:RebornCore-1.15:+'
modApi (rcVersion) {