3.2.0-SNAPSHOT

This commit is contained in:
Magnus Ulf 2019-04-28 10:07:28 +02:00
parent b134bc705b
commit e370d1050d
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>com.massivecraft.massivesuper</groupId> <groupId>com.massivecraft.massivesuper</groupId>
<artifactId>MassiveSuper</artifactId> <artifactId>MassiveSuper</artifactId>
<version>3.1.5</version> <version>3.2.0-SNAPSHOT</version>
<relativePath>../MassiveSuper</relativePath> <relativePath>../MassiveSuper</relativePath>
</parent> </parent>

View File

@ -106,6 +106,8 @@ public class EnumerationUtil
"BEACON", "BEACON",
"HOPPER", "HOPPER",
"DROPPER", "DROPPER",
"BARREL", // Minecraft 1.14
"BLAST_FURNACE", // Minecraft 1.14
// The various shulker boxes, they had to make each one a different material -.- // The various shulker boxes, they had to make each one a different material -.-
"BLACK_SHULKER_BOX", "BLACK_SHULKER_BOX",