diff options
author | Ninjune <enderknight537@gmail.com> | 2022-12-02 17:42:08 -0600 |
---|---|---|
committer | Ninjune <enderknight537@gmail.com> | 2022-12-02 17:42:08 -0600 |
commit | 1d26a47068b357c4a9f4cb0225aa063134e9a0d9 (patch) | |
tree | f5d62828a9330c47f4e3675197625c464f8a9400 /util/waypoints.js | |
parent | 86417e52fa78ea4096a155c2e70183d34aeaf530 (diff) | |
download | coleweight-1.6.11.tar.gz coleweight-1.6.11.tar.bz2 coleweight-1.6.11.zip |
v1.6.10v1.6.11
Diffstat (limited to 'util/waypoints.js')
-rw-r--r-- | util/waypoints.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/util/waypoints.js b/util/waypoints.js deleted file mode 100644 index eb7dad8..0000000 --- a/util/waypoints.js +++ /dev/null @@ -1,7 +0,0 @@ -export function waypointRender(waypoints) -{ - if(waypoints.length < 1) return - waypoints.forEach((waypoint) => { - Tessellator.drawString(Math.floor((Math.abs(parseInt(Player.getX()) - waypoint[0]) + Math.abs(parseInt(Player.getY()) - waypoint[1]) + Math.abs(parseInt(Player.getZ()) - waypoint[2]))/3) + "m", waypoint[0], waypoint[1], waypoint[2]) - }) -}
\ No newline at end of file |