how do i make a projectile that builds where it goes?

Started by lucca_hp on

Topic category: Help with modding (Java Edition)

Last seen on 21:48, 7. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i make a projectile that builds where it goes?

so I am trying to make a builder egg like the hypixel one but every time I shoot it the block that is placing destroys the projectile, pls help 

Last seen on 00:28, 24. Jul 2020
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
make a ranged item and go to…
Tue, 06/23/2020 - 23:17

make a ranged item and go to the bullet procedure section.

make a "on bullet flying tick" procedure and make it set the block behind it to the desired block if it is air

Last seen on 21:48, 7. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i know i am trying to do…
Thu, 06/25/2020 - 20:08

i know i am trying to do that but I cant find the procedure for it, if you can pls tell me the procedure or take a photo pls, I am on this project for like 5 months now and I really want to do the builder egg

 

Last seen on 00:28, 24. Jul 2020
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Create a new "Ranged Item"…
Fri, 06/26/2020 - 07:27

Create a new "Ranged Item" from the + icon on  the top left.

Name it and go to the second page.

In this second page you will make a bullet for that ranged item (like an arrow for a bow).

This page has the procedures for the bullet in the bottom of it.

Last seen on 21:48, 7. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i know the procedure is…
Fri, 06/26/2020 - 19:07

i know the procedure is there, i don't know where is the procedure that makes so it builds BEHIND the projectile 

Last seen on 16:53, 8. Jul 2020
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
bro just do: IF get block at…
Wed, 07/01/2020 - 10:12

bro just do:

IF get block at x y z[-1] is AIR 

do place block at x y z[-1] Stone or what ever you want!

Last seen on 21:48, 7. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
my man thanks for helping …
Mon, 07/13/2020 - 01:09

my man thanks for helping  me but the IF command does not work with with get block Xyz -1 is AIR and also there is not command that tells get block at x y z is Air, but dude thanks for your help, pls pls add me on discord so we can talk about this pls 

my discord is "lucca_hp1#3324" pls add me because I cant do that

 

look here it is the picture

the IF and get block doesnt get together

if you cant see the image go here 

file:///C:/Users/lucca/Desktop/mcreator%20help%201.png

Last seen on 13:50, 6. Apr 2024
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
IF and Get Block don't match…
Mon, 07/13/2020 - 10:52

IF and Get Block don't match together because u need an equal because u need to compare the Get Block with something!

Last seen on 21:48, 7. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i am sorry dude i dont know…
Tue, 07/14/2020 - 00:29

i am sorry dude i dont know what do you mean

and compare with what

Last seen on 21:48, 7. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
dude is was messing aroud…
Tue, 07/14/2020 - 00:45

dude is was messing aroud and i think I found it 

the code is 

IF is air at x=x y=y z= -1

do place block of quarts at x=x y=y z=z