Skip to content

Commit

Permalink
Support for Minecraft 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Jun 20, 2024
1 parent cb8e32b commit 8e780a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.despical</groupId>
<artifactId>one-in-the-chamber</artifactId>
<version>2.5.9</version>
<version>2.6.0</version>

<name>One In The Chamber</name>
<inceptionYear>2019</inceptionYear>
Expand Down Expand Up @@ -55,12 +55,12 @@
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>Commons</artifactId>
<version>1.7.6</version>
<version>1.7.7</version>
</dependency>
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>InventoryFramework</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.github.Despical</groupId>
Expand Down Expand Up @@ -124,6 +124,7 @@
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<outputDirectory>C:\Users\berke\OneDrive\Masaüstü\1.21 Server\plugins</outputDirectory>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
Expand Down

0 comments on commit 8e780a4

Please sign in to comment.