Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
update item-nbt-api for 1.20 support
Browse files Browse the repository at this point in the history
  • Loading branch information
fergydanny committed Jun 21, 2023
1 parent ef82890 commit 7e3df0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.dnyferguson</groupId>
<artifactId>MineableSpawners</artifactId>
<version>3.1.4</version>
<version>3.1.5</version>
<packaging>jar</packaging>

<name>MineableSpawners</name>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18.2-R0.1-SNAPSHOT</version>
<version>1.20.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -108,7 +108,7 @@
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.10.0</version>
<version>2.11.3</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MineableSpawners
version: 3.1.4
version: 3.1.5
main: com.dnyferguson.mineablespawners.MineableSpawners
authors: [fergydanny]
description: A simplistic silk spawner plugin
Expand Down

0 comments on commit 7e3df0a

Please sign in to comment.