Skip to main content

ARS Egg

 

block-ars-egg.pngThe 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
  • 1 x Egg
  • 1 x Exotronic Circuit
  • 1 x Xion Crystal

 

recipe-ars-egg.png

Usage

Obtaining BlocksItems Ingamein-game

ars_gui.png

  • Right clicking on the ARS block will produce a GUI as shown. 
  • The player can then select aan blockitem by left clicking on a block shown in the GUI. This will give the player 1one blockitem of that type.
  • The player can also obtain 16 blocksitems at a time if they hold Left Shift, then left click. 
  • 1 Artron Unit will be taken for every blockitem generated by the ARS block.

Defining the ARS Blocks Items

Users can define what blocksitems are made available in the ARS GUI.

This is done by taking the following steps:

  1. Create a Minecraft Datapack and adding a file named "ars.json" to the directory data/tardis/tags/blocksitems.
  2. Locate the Namespace ID  for the Blockitem you want to add to the ARS GUI.
  3. Add the Namespace ID for each item to the ARS.json"ars.json" as a Json Array element
  4. Example of a Json array is: ["tardis:steampunk_monitor","tardis:alembic"]
    1. Each string of text within the quotation marks are an element or unique entry in the array.
    2. This element in our case is the Namespace ID of aan block.item.