Skip to content

Commit

Permalink
1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BenceX100 committed Sep 13, 2024
1 parent b8241f2 commit 93c7954
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.artillexstudios</groupId>
<artifactId>AxSellwands</artifactId>
<version>1.6.6</version>
<version>1.6.7</version>
<packaging>jar</packaging>

<name>AxSellwands</name>
Expand Down Expand Up @@ -225,7 +225,7 @@
<dependency>
<groupId>com.github.Gypopo</groupId>
<artifactId>EconomyShopGUI-API</artifactId>
<version>1.6.0</version>
<version>1.7.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ else if (block.getType() == Material.ENDER_CHEST)
NBTUtils.writeToNBT(event.getItem(), "axsellwands-type", type);
NBTUtils.writeToNBT(event.getItem(), "axsellwands-multiplier", multiplier);
NBTUtils.writeToNBT(event.getItem(), "axsellwands-max-uses", maxUses);

if (block.getState() instanceof Container container) container.update();
} else {
for (ItemStack it : contents) {
if (it == null) continue;
Expand Down

0 comments on commit 93c7954

Please sign in to comment.