Skip to content

Commit

Permalink
v1.8.2
Browse files Browse the repository at this point in the history
Update HavenBags and fix issue with new version
  • Loading branch information
alexcrea committed Feb 17, 2025
1 parent 482d5eb commit fa6ea67
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Here is a list of supported anvil mechanic plugins with support status:
Officially supported by Custom Anvil but still experimental. Mostly use Custom Anvil basic XP settings. (version >= 6.1.0)
- [HavenBags](https://www.spigotmc.org/resources/havenbags-shulker-like-player-bound-bags-1-17-1-21-4.110420/)
Officially supported by Custom Anvil. Not really enchantment related but CustomAnvil should not impact bag upgrade and skin via anvil.
Officially supported by Custom Anvil. Not really enchantment related but CustomAnvil should not impact bag upgrade and skin via anvil. (version >= 1.31.0)
If you like Custom Anvil to support a specific plugin (custom enchant or anvil mechanic).
You can ask, but please note implementing compatibility will be considered
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = "xyz.alexcrea"
version = "1.8.1"
version = "1.8.2"

repositories {
// EcoEnchants
Expand Down Expand Up @@ -50,7 +50,7 @@ dependencies {
compileOnly(files("libs/Disenchantment-6.1.0.jar"))

// HavenBags
compileOnly(files("libs/HavenBags-1.30.1.1729.jar"))
compileOnly(files("libs/HavenBags-1.31.0.1760.jar"))

// Include nms
implementation(project(":nms:nms-common"))
Expand Down
Binary file removed libs/HavenBags-1.30.1.1729.jar
Binary file not shown.
Binary file added libs/HavenBags-1.31.0.1760.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import org.bukkit.event.inventory.InventoryClickEvent
import org.bukkit.event.inventory.PrepareAnvilEvent
import org.bukkit.inventory.AnvilInventory
import org.bukkit.plugin.RegisteredListener
import valorless.havenbags.BagSkin
import valorless.havenbags.BagUpgrade
import valorless.havenbags.HavenBags
import valorless.havenbags.features.BagSkin
import valorless.havenbags.features.BagUpgrade
import xyz.alexcrea.cuanvil.listener.PrepareAnvilListener
import xyz.alexcrea.cuanvil.util.AnvilXpUtil

Expand Down

0 comments on commit fa6ea67

Please sign in to comment.