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

Started by SpideyM8 on

Topic category: Help with Minecraft modding (Java Edition)

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
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.

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

 

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.

Joined May 2019
Points:

User statistics:

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

thank you.

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.

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?

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.