Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Interactions / Block / Lantern / Lantern_Cyan.json

Lantern_Cyan

Server/Item/Interactions/Block/Lantern/Lantern_Cyan.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": "Cyan",
      "Yellow": "Cyan",
      "Red": "Cyan",
      "White": "Cyan",
      "Blue": "Cyan",
      "Green": "Cyan",
      "Pink": "Cyan",
      "Purple": "Cyan"
    }
  },
  "Failed": "Block_Secondary"
}