Add keyable

This commit is contained in:
libraryaddict 2022-03-22 06:29:16 +13:00
parent d5bbdbcb05
commit 37235f8eff
1 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,12 @@
<version>8.5.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.mojang</groupId>
<artifactId>datafixerupper</artifactId>
<version>4.1.27</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>