mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-19 23:19:17 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
831d3661be | ||
|
|
bc14c675ad | ||
|
|
76d7076877 | ||
|
|
ff8b48587f | ||
|
|
23039a73f9 | ||
|
|
2e3324c405 |
@@ -3,7 +3,7 @@ version = rootProject.version
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT")
|
compileOnly("io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT")
|
||||||
compileOnly("com.github.lokka30:LevelledMobs:3.1.4")
|
compileOnly("io.github.arcaneplugins:levelledmobs-plugin:4.0.2")
|
||||||
compileOnly("LibsDisguises:LibsDisguises:10.0.38")
|
compileOnly("LibsDisguises:LibsDisguises:10.0.38")
|
||||||
implementation("com.willfp:ModelEngineBridge:1.0.0")
|
implementation("com.willfp:ModelEngineBridge:1.0.0")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ package com.willfp.ecomobs.integrations.levelledmobs
|
|||||||
import com.willfp.eco.core.integrations.Integration
|
import com.willfp.eco.core.integrations.Integration
|
||||||
import com.willfp.ecomobs.integrations.MobIntegration
|
import com.willfp.ecomobs.integrations.MobIntegration
|
||||||
import com.willfp.ecomobs.mob.impl.ecoMob
|
import com.willfp.ecomobs.mob.impl.ecoMob
|
||||||
import me.lokka30.levelledmobs.events.MobPreLevelEvent
|
import io.github.arcaneplugins.levelledmobs.events.MobPreLevelEvent
|
||||||
import org.bukkit.entity.Mob
|
import org.bukkit.entity.Mob
|
||||||
import org.bukkit.event.EventHandler
|
import org.bukkit.event.EventHandler
|
||||||
import org.bukkit.event.Listener
|
import org.bukkit.event.Listener
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#libreforge-updater
|
#libreforge-updater
|
||||||
#Mon Apr 15 18:19:34 BST 2024
|
#Sun Jun 23 13:18:47 BST 2024
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
libreforge-version=4.58.0
|
libreforge-version=4.59.2
|
||||||
version=10.3.0
|
version=10.4.2
|
||||||
|
|||||||
Reference in New Issue
Block a user