DisplayEntityUtils
作者:rebot | 分类:模组
Minecraft 版本: 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
平台: paper
标签: decoration library utility
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
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>请登录后举报



暂无评论,抢个沙发吧~