We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fd4ed commit eaec076Copy full SHA for eaec076
pom.xml
@@ -17,6 +17,7 @@
17
<java.version>1.8</java.version>
18
<core.version>4.5.7</core.version>
19
<minelib.version>1.2.3</minelib.version>
20
+ <crftitem.version>1.3.0</crftitem.version>
21
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
22
</properties>
23
@@ -340,7 +341,12 @@
340
341
<dependency>
342
<groupId>io.github.projectunified</groupId>
343
<artifactId>craftitem-nbt</artifactId>
- <version>1.1.0</version>
344
+ <version>${crftitem.version}</version>
345
+ </dependency>
346
+ <dependency>
347
+ <groupId>io.github.projectunified</groupId>
348
+ <artifactId>craftitem-spigot-skull-handler</artifactId>
349
350
</dependency>
351
352
<!-- Annotations -->
0 commit comments