Skip to content

Commit

Permalink
feat: support 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
H7KZ committed Dec 17, 2024
1 parent f5529a2 commit 0dccac3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ This plugin allows players to disenchant items and get the item's enchantments b

### Supported & tested custom enchantment plugins

- `ExcellentEnchants` v4.2.1+
- `EcoEnchants` v12.18.7+ (partially, you need to build the plugin from the source code with changes
- `ExcellentEnchants` v4.3.2+
- `EcoEnchants` v12.19.3+ (partially, you need to build the plugin from the source code with changes
here: [EcoEnchants PR](https://github.com/Auxilor/EcoEnchants/pull/397))
- `AdvancedEnchantments` v8.7.4+
- `UberEnchant` v8.11.5+
- `EnchantsSquared` v2.5.13+
- `EnchantsSquared` v2.5.15+

<br />

Expand Down
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'cz.kominekjan'
version = "5.4.0"
version = "5.5.0"

repositories {
// mavenLocal()
Expand All @@ -23,18 +23,18 @@ repositories {
}

dependencies {
compileOnly "io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT"
compileOnly "io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT"

compileOnly "com.mojang:authlib:3.11.50"


// Custom Enchants
compileOnly "com.willfp:EcoEnchants:12.18.7"
compileOnly "com.willfp:eco:6.74.1"
implementation files('libs/ExcellentEnchants-4.2.1.jar')
compileOnly "com.willfp:EcoEnchants:12.19.3"
compileOnly "com.willfp:eco:6.74.5"
implementation files('libs/ExcellentEnchants-4.3.2.jar')
implementation files('libs/AdvancedEnchantments-8.7.4.jar')
implementation files('libs/UberEnchant-8.11.5.jar')
implementation files('libs/EnchantsSquared-2.5.13.jar')
implementation files('libs/EnchantsSquared-2.5.15.jar')
}

def targetJavaVersion = 21
Expand Down
Binary file removed libs/EnchantsSquared-2.5.13.jar
Binary file not shown.
Binary file added libs/EnchantsSquared-2.5.15.jar
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Disenchantment
version: '5.4.0'
version: '5.5.0'
main: cz.kominekjan.disenchantment.Disenchantment
api-version: '1.21.1'
api-version: '1.21.3'
authors:
- Jan Komínek, Alexcrea
description: Allows players to disenchant items and get the item's enchantments back
Expand Down

0 comments on commit 0dccac3

Please sign in to comment.