Store bed colors in Object2ByteOpenHashMap

This commit is contained in:
BuildTools 2020-03-26 18:34:54 -04:00
parent 22908c4de7
commit e5766ef96a
2 changed files with 9 additions and 2 deletions

View file

@ -48,6 +48,12 @@
<version>8.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.nukkitx.fastutil</groupId>
<artifactId>fastutil-object-byte-maps</artifactId>
<version>8.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.steveice10</groupId>
<artifactId>opennbt</artifactId>