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)

Active 3 years ago
Joined May 2019
Points:
658

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
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
Active 4 years ago
Joined Nov 2018
Points:
819

User statistics:

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

i think you can use procedures for that.

Active 3 years ago
Joined May 2019
Points:
658

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
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

 

Active 2 years ago
Joined Nov 2018
Points:
972

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 572
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.

Active 3 years ago
Joined May 2019
Points:
658

User statistics:

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

thank you.

Active 2 years ago
Joined Nov 2018
Points:
972

User statistics:

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

You're welcome.

Active 3 years ago
Joined Feb 2021
Points:
565

User statistics:

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

What procedure block would I use for this?

Active 5 months ago
Joined Feb 2022
Points:
423

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 13
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.