mirror of
https://github.com/Auxilor/EcoMobs.git
synced 2025-12-21 16:09:24 +00:00
Fixed model engine integration
This commit is contained in:
@@ -21,7 +21,7 @@ class IntegrationModelEngine : Listener, Integration {
|
||||
|
||||
val modelled = ModelEngineBridge.instance.createModeledEntity(entity)
|
||||
modelled.addModel(model)
|
||||
modelled.isBaseEntityVisible = true
|
||||
modelled.isBaseEntityVisible = false
|
||||
}
|
||||
|
||||
override fun getPluginName(): String {
|
||||
|
||||
Reference in New Issue
Block a user