Started by
lucca_hp
on
Topic category: Help with Minecraft modding (Java Edition)
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
Topic category: Help with Minecraft modding (Java Edition)
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
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
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
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.
i know the procedure is there, i don't know where is the procedure that makes so it builds BEHIND the projectile
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!
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
if you cant see the image go here
file:///C:/Users/lucca/Desktop/mcreator%20help%201.png
IF and Get Block don't match together because u need an equal because u need to compare the Get Block with something!
i am sorry dude i dont know what do you mean
and compare with what
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