ARS Egg
The Architectural Reconfiguration System (ARS) Egg is a block that allows the player to obtain a variety of decoration blocks and other items in exchange for the depletion of the Tardis' Artron banks.
Crafting Recipe
Name | Ingredients | Recipe |
ARS Egg |
|
|
Usage
Obtaining Items in-game
- Right clicking on the ARS block will produce a GUI as shown.
- The player can then select an item by left clicking on a block shown in the GUI. This will give the player one item of that type.
- The player can also obtain 16 items at a time if they hold Left Shift, then left click.
- 1 Artron Unit will be taken for every item generated by the ARS block.
Defining the ARS Items
Users can define what items are made available in the ARS GUI.
This is done by taking the following steps:
- Create a Minecraft Datapack and adding a file named "ars.json" to the directory
data/tardis/tags/items
. - Locate the Namespace ID for the item you want to add to the ARS GUI.
- Add the Namespace ID for each item to the "ars.json" as a Json Array element
- Example of a Json array is: ["tardis:steampunk_monitor","tardis:alembic"]
- Each string of text within the quotation marks are an element or unique entry in the array.
- This element in our case is the Namespace ID of an item.