promotional bannermobile promotional banner

Y Level Custom Teleporter

Adds an Item that can teleport you to anywhere on your y axis.

File Details

y_level_custom_teleporter-1.0.1-forge-1.20.1.jar

  • R
  • Mar 27, 2025
  • 35.61 KB
  • 44
  • 1.20.1
  • Forge

File Name

y_level_custom_teleporter-1.0.1-forge-1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:y-level-custom-teleporter-1229768:6355938")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.0.1- Did a little fix type thing, it was very annoying. The fix makes it so the Teleporter puts you in the middle of a block instead of putting you at an intersection of 4 blocks. The x and z coordinates that it previously (technically still does) used was the "block" x and z, which is just your x and z (which would have decimals) but rounded down (the north west, or -x and -z direction). I fixed it by making it add 0.5 to the x and z coordinate in the command executing procedure.