Skip to content

Commit

Permalink
Changed grappling_hook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed May 18, 2023
1 parent 17061da commit a508011
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions eco-core/core-plugin/src/main/resources/items/grappling_hook.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a508011

Please sign in to comment.