Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d826a9f71f | ||
|
|
7ec3355237 | ||
|
|
e59a8cc2e6 | ||
|
|
88f974fd10 |
@@ -77,9 +77,6 @@ allprojects {
|
||||
|
||||
// LibsDisguises
|
||||
maven("https://repo.md-5.net/content/groups/public/")
|
||||
|
||||
// FabledSkyblock
|
||||
maven("https://repo.songoda.com/repository/public/")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -230,11 +230,11 @@ public final class Items {
|
||||
|
||||
String reformattedKey = keyID.replace("__", ":");
|
||||
|
||||
item = provider.provideForKey(reformattedKey);
|
||||
if (item instanceof EmptyTestableItem || item == null) {
|
||||
part = provider.provideForKey(reformattedKey);
|
||||
if (part instanceof EmptyTestableItem || part == null) {
|
||||
return new EmptyTestableItem();
|
||||
}
|
||||
registerCustomItem(namespacedKey, item);
|
||||
registerCustomItem(namespacedKey, part);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@@ -41,7 +41,6 @@ dependencies {
|
||||
compileOnly 'com.gmail.filoghost.holographicdisplays:holographicdisplays-api:2.4.0'
|
||||
compileOnly 'com.github.EssentialsX:Essentials:2.18.2'
|
||||
compileOnly 'com.bgsoftware:SuperiorSkyblockAPI:1.8.3'
|
||||
compileOnly 'com.songoda:skyblock:2.3.30'
|
||||
compileOnly 'com.github.MilkBowl:VaultAPI:1.7'
|
||||
compileOnly 'com.github.WhipDevelopment:CrashClaim:f9cd7d92eb'
|
||||
compileOnly 'com.wolfyscript.wolfyutilities:wolfyutilities:3.16.0.0'
|
||||
|
||||
@@ -27,11 +27,11 @@ class CustomItemsScyther : CustomItemsIntegration {
|
||||
Scyther.getInstance(),
|
||||
material,
|
||||
0,
|
||||
null,
|
||||
1.0,
|
||||
1,
|
||||
Int.MAX_VALUE,
|
||||
null,
|
||||
null
|
||||
"AUTOSELL",
|
||||
true
|
||||
)
|
||||
|
||||
val namespacedKey = NamespacedKeyUtils.create("scyther", key)
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version = 6.41.0
|
||||
version = 6.41.1
|
||||
plugin-name = eco
|
||||
kotlin.code.style = official
|
||||
BIN
lib/FabledSkyblock-2.5.0.jar
Normal file
BIN
lib/FabledSkyblock-2.5.0.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user