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