mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
Add Enchants Squared dependecy in a ugly way.
Could not implement it as git project as it use maven and not gradle.
This commit is contained in:
parent
ca07090866
commit
b512d8f732
3 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,9 @@ dependencies {
|
||||||
// Protocolib
|
// Protocolib
|
||||||
compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0")
|
compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0")
|
||||||
|
|
||||||
|
// EnchantsSquaredRewritten
|
||||||
|
compileOnly(files("libs/EnchantsSquared.jar"))
|
||||||
|
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
|
||||||
|
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
|
||||||
|
|
|
||||||
BIN
libs/EnchantsSquared.jar
Normal file
BIN
libs/EnchantsSquared.jar
Normal file
Binary file not shown.
|
|
@ -46,3 +46,4 @@ permissions:
|
||||||
softdepend:
|
softdepend:
|
||||||
- UnsafeEnchantsPlus
|
- UnsafeEnchantsPlus
|
||||||
- ProtocolLib
|
- ProtocolLib
|
||||||
|
- EnchantsSquared
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue