mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-02-17 03:51:27 +01:00
add tr7zw's nbt-injector library as dependency for songoda.ai
Requested by @briannastatic
This commit is contained in:
parent
743f62e8bd
commit
78493b4a4a
13
Core/pom.xml
13
Core/pom.xml
@ -80,6 +80,7 @@
|
||||
<include>com.craftaro:*</include>
|
||||
|
||||
<include>de.tr7zw:item-nbt-api</include>
|
||||
<include>de.tr7zw:nbt-injector</include>
|
||||
<include>net.kyori:*</include>
|
||||
<include>com.github.cryptomorin:XSeries</include>
|
||||
|
||||
@ -110,6 +111,11 @@
|
||||
<shadedPattern>com.craftaro.core.third_party.de.tr7zw.nbtapi</shadedPattern>
|
||||
</relocation>
|
||||
|
||||
<relocation>
|
||||
<pattern>de.tr7zw.nbtinjector</pattern>
|
||||
<shadedPattern>com.craftaro.core.third_party.de.tr7zw.nbtinjector</shadedPattern>
|
||||
</relocation>
|
||||
|
||||
<relocation>
|
||||
<pattern>net.kyori</pattern>
|
||||
<shadedPattern>com.craftaro.core.third_party.net.kyori</shadedPattern>
|
||||
@ -224,6 +230,13 @@
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>de.tr7zw</groupId>
|
||||
<artifactId>nbt-injector</artifactId>
|
||||
<version>2.12.4</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>net.kyori</groupId>
|
||||
<artifactId>option</artifactId>
|
||||
|
Loading…
Reference in New Issue
Block a user