mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-25 15:35:11 +01:00
Updated libreforge
This commit is contained in:
parent
d415d6bbc0
commit
585a012880
@ -3,6 +3,6 @@ version rootProject.version
|
||||
|
||||
subprojects {
|
||||
dependencies {
|
||||
implementation 'com.willfp:libreforge:3.38.0'
|
||||
implementation 'com.willfp:libreforge:3.39.0'
|
||||
}
|
||||
}
|
@ -11,6 +11,7 @@ import com.willfp.libreforge.effects.ConfiguredEffect;
|
||||
import com.willfp.libreforge.effects.Effects;
|
||||
import lombok.Getter;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
@ -102,4 +103,10 @@ public class CustomEcoEnchantLevel implements Holder {
|
||||
+ ",level=" + level
|
||||
+ '}';
|
||||
}
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public String getId() {
|
||||
return this.parent.getKey().getKey() + "_" + this.level;
|
||||
}
|
||||
}
|
||||
|
@ -1,2 +1,2 @@
|
||||
version = 8.61.0
|
||||
version = 8.62.0
|
||||
plugin-name = EcoEnchants
|
Loading…
Reference in New Issue
Block a user