forked from GeyserMC/Geyser
Store bed colors in Object2ByteOpenHashMap
This commit is contained in:
parent
22908c4de7
commit
e5766ef96a
2 changed files with 9 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue