From 42f54fef1fc67618ecb9d0cff7e159cdcbbdfcff Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sat, 13 Jul 2024 20:44:55 +0100 Subject: [PATCH] libreforge-updater --- .../com/willfp/ecoitems/items/components/ToolSupport.kt | 4 ++++ gradle.properties | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 eco-core/core-plugin/src/main/kotlin/com/willfp/ecoitems/items/components/ToolSupport.kt diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoitems/items/components/ToolSupport.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoitems/items/components/ToolSupport.kt new file mode 100644 index 0000000..be8b74a --- /dev/null +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoitems/items/components/ToolSupport.kt @@ -0,0 +1,4 @@ +package com.willfp.ecoitems.items.components + +interface ToolSupport { +} \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 10849d1..c963686 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ #libreforge-updater -#Mon Jul 08 15:58:07 BST 2024 +#Sat Jul 13 20:44:55 BST 2024 kotlin.code.style=official -libreforge-version=4.65.0 -version=5.51.0 +libreforge-version=4.65.1 +version=5.51.1