Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
End Improvements is a datapack based on this video. It adds in a simplified version of the ender relay in the video, and also makes the end more livable by making chourse fruit act like wood, and end stone act like stone. The ender relay works on mobs, and players. Players by default require a popped chours fruit in there invintory to teleport, and it uses 1 each teleport. However, this is editable.
Video Showcase:
To make a ender relay, simply place a item frame, on top of a obsidian block, and then put a lodestone compass into that item frame. Then standing on top of it will teleport you. It has infinite range, but only works when both ends are in the end.
To edit the item you need to teleport:
-
/data modify storage ender_relay:ender_relay item.item set value "minecraft:popped_chorus_fruit{CustomData:1b}"
you can put any item you want, even with nbt data. If you wish to make it not require any item, put text that does not make a item in there. EG: "HAHA you no working!". -
/data modify storage ender_relay:ender_relay item.count set value 1
you can change the number of items it removes, if you set 0, it means that you need this item to teleport, but it does not use it.
This only works on 1.20.4+ Minecraft due to the extensive use of command macros.