From ca07090866e497e3a48171dd85ebeaf8b62afc03 Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Sun, 16 Jun 2024 11:01:00 +0200 Subject: [PATCH] Update if framework and fix readme issue. --- README.md | 1 + build.gradle.kts | 2 +- src/main/resources/plugin.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e23b4e..a842439 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ It was renamed because it now affects every anvil aspect and not only unsafe enc the plugin can be downloaded on the [Spigot site](https://www.spigotmc.org/resources/custom-anvil.114884) or [on GitHub](https://github.com/alexcrea/CustomAnvil/releases/latest) + --- **Custom Anvil** have the following features: - Vanilla like default configuration. diff --git a/build.gradle.kts b/build.gradle.kts index 99960e6..dc39c2d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { compileOnly("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT") // Gui library - compileOnly("com.github.stefvanschie.inventoryframework:IF:0.10.13") + compileOnly("com.github.stefvanschie.inventoryframework:IF:0.10.14") // Protocolib compileOnly("com.comphenix.protocol:ProtocolLib:5.1.0") diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index dbd2af4..1861d3b 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -8,7 +8,7 @@ load: POSTWORLD authors: [ DelilahEve, alexcrea ] libraries: - org.jetbrains.kotlin:kotlin-stdlib:1.6.21 - - com.github.stefvanschie.inventoryframework:IF:0.10.13 + - com.github.stefvanschie.inventoryframework:IF:0.10.14 commands: anvilconfigreload: