[FEATURE] Data will now use json (#417)

* [FEATURE] Item data is now loaded from json

* [TASK] Renamed the old method into it's new use

* [TASK] Removed unused code

* [FEATURE] Added some more json's

* [CLEANUP] Code cleanup

* [FEATURE] NPC drops are now in json

* [CLEANUP] Removed testing class
This commit is contained in:
Sandro Coutinho
2020-08-13 17:50:04 +01:00
committed by GitHub
parent 09343c6a8c
commit 8a6cf6f1ae
33 changed files with 513556 additions and 22340 deletions
+6 -2
View File
@@ -108,8 +108,6 @@
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.30</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.ogce/xpp3 -->
<dependency>
<groupId>org.ogce</groupId>
@@ -134,6 +132,12 @@
<artifactId>javacord-core</artifactId>
<version>3.0.4</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
</dependency>
<dependency>
<groupId>com.everythingrs</groupId>
<artifactId>api</artifactId>