
ModsJava
DisplayEntityUtils
DisplayEntityUtils makes using display entities easier. Supports BDEngine, for display entity models and animations, without resource packs or mods.
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
DisplayEntityUtils makes handling customizable entities simpler.
Supported Entities
- Display Entities (Block, Item, Text)
- Interactions
- Mannequins
Dependencies
BDEngine
- BDEngine is a modeling and animation engine designed for display entities, without the need for resource packs or mods
- The created models and animations can be transferred into your game world and reused with DisplayEntityUtils.
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
- Save groups and animations through Local Storage, MySQL, or MongoDB
- Interaction entity click commands
BDEngine
- Save and load BDEngine Projects
- Import Models from BDEngine
- Convert BDEngine Datapacks into DEU groups & animations
- Save/Load/Play BDEngine Animations
Transformation Gizmo
Individual entities

Groups/Models

ATM Model by MAYAK
Animations
Animation State Machines (DisplayControllers)

An invisible chicken using a dodo bird, modeled from display entities
Dodo Bird Model and Animations by Yegor_Mechanic
- Integration with MythicMobs
Skript Syntax
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
- Ships as displayentityutils-3.7.0.jar — drop this file into the mods folder
- Download size: 4.2 MB
- Download link checked 20 Aug 2026 — working
These come from our own check of the pack file, not from the source page.


