Implement basic entity metadata mapping to remap fireworks for boosting.

This commit is contained in:
md_5
2016-12-22 22:29:00 +11:00
parent b728aea382
commit 6104354fa1
3 changed files with 99 additions and 0 deletions

View File

@@ -19,6 +19,12 @@
<description>Proxy component of the Elastic Portal Suite</description>
<dependencies>
<dependency>
<groupId>com.flowpowered</groupId>
<artifactId>flow-nbt</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>