Teleporter Item Clips in floor

Started by someguy1 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Teleporter Item Clips in floor

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.

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This happens because the…
Thu, 07/10/2025 - 06:47

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)