3.2.0-SNAPSHOT
This commit is contained in:
parent
b134bc705b
commit
e370d1050d
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user