Skip to content

Commit

Permalink
pom - update to proper NBT-API
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Nov 5, 2020
1 parent 01166b5 commit 6287507
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 @@ -62,10 +62,10 @@
</exclusions>
</dependency>
<dependency>
<groupId>com.github.ShaneBeee</groupId>
<artifactId>Item-NBT-API</artifactId>
<groupId>com.github.tr7zw.Item-NBT-API</groupId>
<artifactId>item-nbt-api</artifactId>
<!--suppress MavenModelInspection -->
<version>feature~custom-logger-SNAPSHOT</version>
<version>2.6.0</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tk/shanebee/bee/SkBee.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void onEnable() {
instance = this;
this.config = new Config(this);
this.nbtApi = new NBTApi();
MinecraftVersion.logger = LoggerBee.getLogger();
MinecraftVersion.replaceLogger(LoggerBee.getLogger());
this.pm = Bukkit.getPluginManager();
PluginDescriptionFile desc = getDescription();

Expand Down

0 comments on commit 6287507

Please sign in to comment.