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:
- 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. - 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
. - 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
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
AlphaVersion number
1.0-alpha.1Loaders
Game versions
1.20–1.20.1Downloads
35Publication date
July 11, 2023 at 7:12 PMPublisher
Fisch37
Owner