|
@@ -6,15 +6,18 @@
|
|
|
<artifactId>CustomOreGen</artifactId>
|
|
|
<version>1.2.5-SNAPSHOT</version>
|
|
|
<repositories>
|
|
|
+ <!-- Spigot repository -->
|
|
|
<repository>
|
|
|
<id>spigot-repo</id>
|
|
|
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
|
|
|
</repository>
|
|
|
+ <!-- Tastybento repository -->
|
|
|
<repository>
|
|
|
<id>bintray-tastybento-maven-repo</id>
|
|
|
<name>bintray</name>
|
|
|
<url>http://dl.bintray.com/tastybento/maven-repo</url>
|
|
|
</repository>
|
|
|
+ <!-- USkyBlock repository -->
|
|
|
<repository>
|
|
|
<id>uSkyBlock-mvn-repo</id>
|
|
|
<url>https://raw.github.com/rlf/uSkyBlock/mvn-repo/</url>
|
|
@@ -39,16 +42,19 @@
|
|
|
<version>1.13.1-R0.1-SNAPSHOT</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
+ <!-- ASkyBlock -->
|
|
|
<dependency>
|
|
|
<groupId>com.wasteofplastic</groupId>
|
|
|
<artifactId>askyblock</artifactId>
|
|
|
<version>3.0.9</version>
|
|
|
</dependency>
|
|
|
+ <!-- AcidIsland -->
|
|
|
<dependency>
|
|
|
<groupId>com.wasteofplastic</groupId>
|
|
|
<artifactId>acidisland</artifactId>
|
|
|
<version>3.0.9</version>
|
|
|
</dependency>
|
|
|
+ <!-- USkyblock -->
|
|
|
<dependency>
|
|
|
<groupId>com.github.rlf</groupId>
|
|
|
<artifactId>uSkyBlock-API</artifactId>
|