How do i make an enderpearl-like item when only clicking a certain button? (Fixed)

Started by SpideyM8 on

Topic category: Help with modding (Java Edition)

Last seen on 01:03, 14. Mar 2022
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i make an enderpearl-like item when only clicking a certain button? (Fixed)
Wed, 05/29/2019 - 19:44 (edited)

So I'm trying to make a webshooter, but I'm trying to make it shoot a web to attack when you right click and make it teleport you somewhere when you left click like an enderpearl.

I have no idea how to code that. Please help.

Edited by SpideyM8 on Wed, 05/29/2019 - 19:44
Last seen on 18:50, 15. Nov 2020
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i think you can use…
Sat, 05/25/2019 - 03:24

i think you can use procedures for that.

Last seen on 01:03, 14. Mar 2022
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I know but i cant find one…
Sun, 05/26/2019 - 12:11

I know but i cant find one to teleport me or make it like an ender pearl

 

Last seen on 14:43, 2. Aug 2022
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use a RANGED ITEM and make…
Tue, 05/28/2019 - 09:06

Use a RANGED ITEM and make it teleport you to x y z when the projectile hits a block.

Last seen on 01:03, 14. Mar 2022
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thank you.
Wed, 05/29/2019 - 19:44

thank you.

Last seen on 14:43, 2. Aug 2022
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You're welcome.
Thu, 05/30/2019 - 15:30

You're welcome.

Last seen on 00:52, 27. Jun 2021
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What procedure block would I…
Mon, 02/08/2021 - 18:23

What procedure block would I use for this?

Last seen on 16:34, 29. Dec 2023
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do you get the…
Fri, 03/04/2022 - 21:41

How do you get the projectile to teleport  you to itself? I know how, I just need to know how to get the projectile's x, y, and z coordinates.