Skip to main content

ARS Egg Items

ars_gui.png

You can add items into the ARS Egg's GUI using an item tag.


Datapack Folder Path

  • data/tardis/tags/items

JSON File Name

  • ars.json

JSON Format

{
  "replace": false,
  "values": [
    "tardis:alabaster_wall",
    "another_mod:item_id",
    "yet_another_mod:item_id"
  ]
}