Orb of Origin
An item that can change the origin(s) of the player upon "use" (right-click).
By default, the Orb of Origins item doesn't have a crafting recipe and lets you pick an origin for every origin layer that's available. You can change either of these things by creating a recipe (JSON file) for the item, and giving the item custom NBT respectively.
Item ID: origins:orb_of_origin
Creating a custom recipe
You can use this website to easily create a recipe. To create a recipe for the Orb of Origins item using the website, follow these steps:
- In the 'Ingredients' section on the right side, click on the 'Add Item' button.
- Enter
Orb of Origininside the 'Name' text box andorigins:orb_of_origininside the 'Id' text box. - Click the 'Add' button and drag-and-drop the newly added item that has a black and pink texture into the crafting result slot just beside the crafting grid slots.
- Create your own pattern.
- Download as a datapack by clicking on the 'Download datapack.zip' button below.
Origin (and origin layer) specific Orb
You can add the origins:orb_layers component to the item so that you can only change a certain origin layer by using the Orb of Origin.
Example:
give @s origins:orb_of_origin[origins:orb_layers=["origins:origin"]]
In this example, this will set your origin to "Avian" if you were to use the given Orb of Origin.