Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Interactions / Tests / BlockCondition.json

BlockCondition

Server/Item/Interactions/Tests/BlockCondition.json, 281 B

Fields

FieldType
Typestring
Matchersarray[1]
Nextobject
Failedobject

Source

{
  "Type": "BlockCondition",
  "Matchers": [
    {
      "Block": {
        "Id": "Rock_Stone",
        "State": "default"
      },
      "Face": "Up"
    }
  ],
  "Next": {
    "Type": "Simple",
    "RunTime": 0.5
  },
  "Failed": {
    "Type": "Simple",
    "RunTime": 0.5
  }
}