Waypoints

Waypoints

Mod and data pack

Brings waypoints to Vanilla Minecraft with a fully immersed survival experience.

Server Game MechanicsMagicManagementTransportationUtility

10.4k downloads
50 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

Changelog

THIS RELEASE IS IN ALPHA. THERE WILL BE BUGS AND UI IS MINIMAL

First semi-usable release of the datapack. Right now, only basic ui is implemented, but the core features should be functioning as normal.

Setting a waypoint must be done by signing a Book And Quill with the waypoint name. A waypoint will then be created at your current location. Not all writable Books will create a waypoint. To get such a waypoint creator book you can call the function fisch37:waypoints/get_book.

Teleporting around is possible at minimum by using the trigger goto_waypoint and setting it to the index of the waypoint in the waypoints array (starting at 1). If you are looking for a more... usable experience teleporting, you can rely on the following steps:

  1. Get a valid written book. This can be done by using the following command: /give @s written_book{author:"",title:""} A book without author and title will not be accepted by Minecraft as valid. It cannot render.
  2. Throw the book on the ground and run /execute as @e[type=item,limit=1,sort=nearest] run function fisch37:waypoints/book_modifiers/on_floor_all.
  3. Profit

If you create a new waypoint you will have to update your teleport book. Simply repeat step 2 to do so.

The standard version of the datapack supports 128 pages of the teleport book. If you're feeling brave you can change these numbers using the book_generator.py script and copying some strings into some functions. Be careful.

Files

waypoints-vanilla-1.0-alpha.zip(21.76 KiB) Primary Download

Project members

Fisch37

Owner

Details

Licensed MIT
Published a year ago
Updated 9 months ago