9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-23 17:09:27 +00:00

Fixed custom entity

This commit is contained in:
Will FP
2023-12-26 14:19:06 +01:00
parent 913120e791
commit 08f8b02d22

View File

@@ -309,7 +309,7 @@ internal class ConfigDrivenEcoMob(
{ (it as? Mob)?.ecoMob == this } { (it as? Mob)?.ecoMob == this }
) { ) {
this.spawn(it, SpawnReason.COMMAND)!!.entity this.spawn(it, SpawnReason.COMMAND)!!.entity
} }.apply { register() }
/* /*
---------- ----------