Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Interactions / Block / Lantern / Lantern_Yellow.json

Lantern_Yellow

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