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
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.

