- added some custom food and drinks

- added kand coins
- started working on the blazing set
This commit is contained in:
FantasyPvP
2024-07-11 12:06:50 +01:00
parent 7f74460775
commit bb1e1d8b0b
28 changed files with 599 additions and 101 deletions
+4 -4
View File
@@ -5,11 +5,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fantasypvp</groupId>
<artifactId>kand_smp</artifactId>
<artifactId>kand</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>kand_smp</name>
<name>kand</name>
<properties>
<java.version>1.8</java.version>
@@ -23,8 +23,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<source>14</source>
<target>14</target>
</configuration>
</plugin>
<plugin>