teleport bullets

Started by dinoshark8 on

Topic category: Help with MCreator software

Last seen on 20:48, 9. May 2021
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
teleport bullets

How can I get teleportation when the bullet hits a block? like ender pearl

Last seen on 20:48, 9. May 2021
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
plz
Wed, 03/03/2021 - 19:02

plz

Last seen on 15:38, 1. Dec 2022
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If it's a Ranged Item, …
Fri, 03/26/2021 - 21:05
  1. If it's a Ranged Item,
    create a procedure for its event trigger "On bullet hits block".
  2. Set the location of target/event entity to X Y Z
    (You can find these blocks in "Entity management")
  3. Enjoy :D
    Btw, tell me if you have issues :)
Last seen on 12:26, 10. Nov 2021
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey AtomiX7_NG34, im new,…
Thu, 10/14/2021 - 21:37

Hey AtomiX7_NG34, im new, how i can do the teleportation like you re explained but if is the player sneaking?

Last seen on 10:04, 4. Sep 2022
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
add an if do statement and…
Sat, 10/16/2021 - 08:34

add an if do statement and in if, add is event/target entity sneaking and in do, add the teleport stuff