Started by
someguy1
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to make the hyperion from hypixel skyblock. Currently I am done with the explosion, but when I use the item, it clips in the ground from the teleportation. I am using raytracing to make it stop only one block in, but I want it to not be able to go into the floor or any other blocks at all.
This happens because the raytrace gives you the position of the block where it collides. Try setting the raytrace position - 1 (for X and Z raytrace) and +1 (for Y raytrace)