Adds minstrel markers

This commit is contained in:
2022-11-01 15:08:50 +01:00
parent eabcffe878
commit ce042fe3ec
6 changed files with 102 additions and 3 deletions

View File

@@ -120,6 +120,12 @@
<version>1.0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.knarcraft</groupId>
<artifactId>minstrel</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mcmonkey</groupId>
<artifactId>sentinel</artifactId>