Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Interactions / Block / Lantern / Lantern_Purple.json

Lantern_Purple

Server/Item/Interactions/Block/Lantern/Lantern_Purple.json, 429 B

Fields

FieldType
Typestring
Matchersarray[1]
Nextobject
Failedstring

Source

{
  "Type": "BlockCondition",
  "Matchers": [
    {
      "Block": {
        "Id": "Furniture_Human_Ruins_Lantern"
      }
    }
  ],
  "Next": {
    "Type": "ChangeState",
    "Changes": {
      "default": "Purple",
      "Yellow": "Purple",
      "Red": "Purple",
      "White": "Purple",
      "Blue": "Purple",
      "Cyan": "Purple",
      "Green": "Purple",
      "Pink": "Purple"
    }
  },
  "Failed": "Block_Secondary"
}