Started by dinoshark8 on Wed, 03/03/2021 - 10:09 Topic category: Help with MCreator software How can I get teleportation when the bullet hits a block? like ender pearl Jump to top plz Jump to top Permalink Log in or register to post comments If it's a Ranged Item, create a procedure for its event trigger "On bullet hits block". Set the location of target/event entity to X Y Z (You can find these blocks in "Entity management") Enjoy :D Btw, tell me if you have issues :) Jump to top Permalink Log in or register to post comments Hey AtomiX7_NG34, im new, how i can do the teleportation like you re explained but if is the player sneaking? Jump to top Permalink Log in or register to post comments add an if do statement and in if, add is event/target entity sneaking and in do, add the teleport stuff Jump to top Permalink Log in or register to post comments
If it's a Ranged Item, create a procedure for its event trigger "On bullet hits block". Set the location of target/event entity to X Y Z (You can find these blocks in "Entity management") Enjoy :D Btw, tell me if you have issues :) Jump to top Permalink Log in or register to post comments
Hey AtomiX7_NG34, im new, how i can do the teleportation like you re explained but if is the player sneaking? Jump to top Permalink Log in or register to post comments
add an if do statement and in if, add is event/target entity sneaking and in do, add the teleport stuff Jump to top Permalink Log in or register to post comments
plz
create a procedure for its event trigger "On bullet hits block".
(You can find these blocks in "Entity management")
Btw, tell me if you have issues :)
Hey AtomiX7_NG34, im new, how i can do the teleportation like you re explained but if is the player sneaking?
add an if do statement and in if, add is event/target entity sneaking and in do, add the teleport stuff