Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.6 / Item / Interactions / Block / Lantern / Lantern_Red.json

Lantern_Red

Server/Item/Interactions/Block/Lantern/Lantern_Red.json, 408 B

Fields

FieldType
Typestring
Matchersarray[1]
Nextobject
Failedstring

Source

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