/screenshots/d25410952c122caa7cadf5749b956807c4f6d6d0.webp)
/logo.png)
End Improvements (With end relay)
This datapack is inspired by a video and offers enhanced gameplay in the End. The modification makes the End more livable by transforming the properties of certain blocks: chorus fruits now function as wood, and end stone acquires the characteristics of regular stone.
Video Showcase
Ender Relay
The teleportation system works with both mobs and players. By default, teleportation requires having a popped chorus fruit in the inventory, which is consumed with each use. However, these settings can be changed.
Creating an Ender Relay
Place an item frame on an obsidian block and put a lodestone-bound compass inside it. Standing on this structure will allow instant teleportation. Teleportation has unlimited range but only works between points located in the End.
Configuring Items for Teleportation
/data modify storage ender_relay:ender_relay item.item set value "minecraft:popped_chorus_fruit{CustomData:1b}"
— replace with any item, including items with NBT data. To disable the item requirement, enter text that does not correspond to any item, for example: "HAHA, not working!"./data modify storage ender_relay:ender_relay item.count set value 1
— change the number of items consumed. A value of 0 means the item is required for teleportation but is not consumed.
Important: The datapack is only compatible with Minecraft version 1.20.4 and above due to active use of command macros.