diff --git a/eco-core/core-plugin/src/main/resources/items/grappling_hook.yml b/eco-core/core-plugin/src/main/resources/items/grappling_hook.yml index 9fd016a..d4d5069 100644 --- a/eco-core/core-plugin/src/main/resources/items/grappling_hook.yml +++ b/eco-core/core-plugin/src/main/resources/items/grappling_hook.yml @@ -1,5 +1,5 @@ item: - item: fishing_rod hide_attributes hide_enchants unbreaking:1 + item: fishing_rod hide_attributes hide_enchants unbreakable unbreaking:1 display-name: "&9Grappling Hook" lore: - "&7Travel in style using" @@ -20,11 +20,19 @@ item: slot: mainhand effects: - - id: pull_to_location + - effects: + - id: set_velocity + args: + x: 0 + y: 0.2 + z: 0 + - id: pull_to_location + args: + send_cooldown_message: true + velocity: 1.75 + jump: 0.5 args: - send_cooldown_message: true cooldown: 2.5 - velocity: 1.5 triggers: - hook_in_ground diff --git a/gradle.properties b/gradle.properties index 4bb7e19..ce8e9c2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ #libreforge-updater #Thu May 18 16:26:05 BST 2023 kotlin.code.style=official -libreforge-version=4.14.0 +libreforge-version=4.14.1 version=5.0.0