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:
alexcrea 2024-06-16 12:26:05 +02:00
parent ca07090866
commit b512d8f732
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
3 changed files with 4 additions and 0 deletions

View file

@ -26,6 +26,9 @@ dependencies {
// Protocolib
compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0")
// EnchantsSquaredRewritten
compileOnly(files("libs/EnchantsSquared.jar"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")

BIN
libs/EnchantsSquared.jar Normal file

Binary file not shown.

View file

@ -46,3 +46,4 @@ permissions:
softdepend:
- UnsafeEnchantsPlus
- ProtocolLib
- EnchantsSquared