HomeJavaModsDisplayEntityUtils
DisplayEntityUtils
ModsJava

DisplayEntityUtils

by DonnyPZ · on Modrinth

DisplayEntityUtils makes using display entities easier. Supports BDEngine, for display entity models and animations, without resource packs or mods.

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.2–26.2 · Paper⬇ Download for 1.21.2–26.1.2 · Bukkit⬇ Download for 1.21.2–26.1.2 · Spigot
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

DisplayEntityUtils

Jitpack releases

Discord | WIKI

DisplayEntityUtils makes handling customizable entities simpler.

Supported Entities

Dependencies

BDEngine

DISCLAIMER: I DO NOT OWN BDEngine! ALL ISSUES AND SUGGESTIONS RELATED TO THAT PROJECT SHOULD BE BROUGHT TO THE OWNER, ILLYSTRAY, IN THE BDENGINE DISCORD FOUND HERE

Features

BDEngine

Transformation Gizmo

Animations

Animation State Machines (DisplayControllers)

A dodo bird model animating based on it's controlling entity's state

An invisible chicken using a dodo bird, modeled from display entities

Dodo Bird Model and Animations by Yegor_Mechanic

Skript Syntax

SkriptHubViewTheDocs

And so much more!

API

v3.3.0+

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.PZDonny.DisplayEntityUtils</groupId>
    <artifactId>api</artifactId>
    <version>PLUGIN-VERSION</version>
    <scope>provided</scope>
</dependency>

Before v3.3.0

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

<dependency>
    <groupId>com.github.PZDonny</groupId>
    <artifactId>DisplayEntityUtils</artifactId>
    <version>PLUGIN-VERSION</version>
    <scope>provided</scope>
</dependency>
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more