How to make a Grappling Hook

Started by Theo_1487 on

Topic category: User side tutorials

Last seen on 17:12, 9. Oct 2022
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a Grappling Hook

So I have been on MCreator a little bit and I have seen a bit of a common issue. Grappling Hooks. These are simple enough. Here's how:

1. Create your grappling gun and ammo

2. Set the properties. This can be a bit buggy so 2 recommendations, don't turn on set things on fire, and set the bullet power to anywhere between 1 and 5

3. Create procedures. You're going to want to go into the bullet properties and make a procedure called (Name)BulletHitsAnything. Put a Set location of Event/target entity to X: Y: Z: block under it. Grab a math block and do Y + 1 in the Y. After that, put the procedure in When Bullet hits block, player, living entity, and While bullet flying tick.

After this, your grappling gun should be ready!

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Orr you could just make a…
Wed, 11/18/2020 - 19:01

Orr you could just make a ranged item that tps you to wherever the item hits. 
 

much simple

Last seen on 06:43, 26. Apr 2024
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes but grappling hooks don…
Mon, 12/14/2020 - 20:02

Yes but grappling hooks don't teleport you.

Last seen on 11:28, 20. Jun 2021
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to do this
Thu, 04/29/2021 - 17:55

how to do this