Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Interactions / Block / Lantern / Lantern_Blue.json

Lantern_Blue

Server/Item/Interactions/Block/Lantern/Lantern_Blue.json, 415 B

Fields

FieldType
Typestring
Matchersarray[1]
Nextobject
Failedstring

Source

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