mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
clone use item adder on custom items adder item
This commit is contained in:
parent
638df714fd
commit
e00c5e8b47
3 changed files with 30 additions and 9 deletions
|
|
@ -37,6 +37,9 @@ repositories {
|
|||
// ExcellentEnchants
|
||||
maven(url = "https://repo.nightexpressdev.com/releases")
|
||||
|
||||
// ItemsAdder
|
||||
maven(url = "https://maven.devs.beer/")
|
||||
|
||||
// for fast stats
|
||||
maven {
|
||||
name = "thenextlvlReleases"
|
||||
|
|
@ -97,6 +100,9 @@ dependencies {
|
|||
// SuperEnchants
|
||||
compileOnly(files("libs/SuperEnchants-4.6.2-all.jar"))
|
||||
|
||||
// ItemsAdder API
|
||||
compileOnly("dev.lone:api-itemsadder:4.0.10")
|
||||
|
||||
// Include nms
|
||||
implementation(project(":nms:nms-common"))
|
||||
implementation(project(":nms:nms-paper"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue