🧲ModelEngine 4

ModelEngine integration allows MMOBlock to use custom models and animations for entities. This enhances the visual appearance and interactivity of custom entities.

entity:
  example_entity:
    model: example_model;1.0  # Custom models from ModelEngine can be defined in the model section.
    on_click: example_animation;0.1;0.1;1.0  # Custom animations from ModelEngine can be defined in the animations section.
    ondeathanim: example_death_animation;0.1;0.1;1.0  # Example of a death animation from ModelEngine.

Last updated