mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-19 15:09:17 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5432d066b3 | ||
|
|
0a0d1d8764 | ||
|
|
5619859b42 | ||
|
|
c6a6fc4201 | ||
|
|
b4c81d7874 | ||
|
|
fb78e87bd0 | ||
|
|
fd4b3bcc76 | ||
|
|
f1d02cc3ba |
@@ -38,7 +38,7 @@ allprojects {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly("com.willfp:eco:6.53.0")
|
||||
compileOnly("com.willfp:eco:6.55.0")
|
||||
compileOnly("org.jetbrains:annotations:23.0.0")
|
||||
compileOnly("org.jetbrains.kotlin:kotlin-stdlib:1.7.10")
|
||||
}
|
||||
|
||||
@@ -42,11 +42,13 @@ class EcoBossesPlugin : LibreforgePlugin() {
|
||||
)
|
||||
}
|
||||
|
||||
override fun handleEnable() {
|
||||
override fun handleLoad() {
|
||||
Effects.register(EffectBossDropChanceMultiplier)
|
||||
Triggers.register(TriggerKillBoss)
|
||||
Triggers.register(TriggerSpawnBoss)
|
||||
}
|
||||
|
||||
override fun handleEnable() {
|
||||
registerHolderProvider { it.bossHolders }
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#libreforge-updater
|
||||
#Mon Apr 03 17:49:46 BST 2023
|
||||
#Thu Apr 20 20:20:43 BST 2023
|
||||
kotlin.code.style=official
|
||||
libreforge-version=4.2.2
|
||||
version=9.2.2
|
||||
libreforge-version=4.4.0
|
||||
version=9.4.0
|
||||
|
||||
Reference in New Issue
Block a user