Puts code for different citizens traits in separate modules

Also fixes blacksmith integration to be able to display detailed information about each blacksmith
This commit is contained in:
2022-10-19 12:41:26 +02:00
parent 2f535f9aa7
commit 5fa6408f90
10 changed files with 352 additions and 189 deletions

View File

@@ -114,5 +114,11 @@
<version>3.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.knarcraft</groupId>
<artifactId>blacksmith</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>