update readme and enchantability

This commit is contained in:
Ellpeck 2020-02-16 15:04:28 +01:00
parent 8611787ca4
commit f21346bf47
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ To add this project as a dependency (for using the [API](https://github.com/Ellp
```
repositories {
maven {
url 'https://pkgs.dev.azure.com/Ellpeck/Public/_packaging/All/maven/v1'
url = "https://maven.ellpeck.de"
}
}

View file

@ -93,7 +93,7 @@ repositories {
url = "https://maven.theillusivec4.top/"
}
maven {
url 'https://pkgs.dev.azure.com/quarris/Enchantability/_packaging/Release%40Local/maven/v1'
url = "https://maven.ellpeck.de"
}
}
@ -105,7 +105,7 @@ dependencies {
compile fg.deobf("com.blamejared.crafttweaker:CraftTweaker-1.15.1:6.0.0.4")
compile fg.deobf("vazkii.patchouli:Patchouli:1.15.2-1.1-25.16")
compile fg.deobf("quarris.enchantability:enchantability:1.3.0.7")
compile fg.deobf("quarris.enchantability:enchantability:5.0.1")
runtimeOnly fg.deobf("top.theillusivec4.curios:curios:FORGE-1.15.2-2.0-beta2")
compileOnly fg.deobf("top.theillusivec4.curios:curios:FORGE-1.15.2-2.0-beta2:api")