Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Interactions / Block / Half_Block.json

Half_Block

Server/Item/Interactions/Block/Half_Block.json, 441 B

Fields

FieldType
Typestring
Matchersarray[1]
Nextobject
Failedstring

Source

{
  "Type": "BlockCondition",
  "Matchers": [
    {
      "Block": {
        "Id": "Rock_Stone",
        "State": "default"
      },
      "Face": "Up",
      "StaticFace": false
    }
  ],
  "Next": {
    "Type": "ChangeState",
    "Changes": {
      "default": "Block"
    },
    "Next": {
      "Type": "ModifyInventory",
      "AdjustHeldItemQuantity": -1,
      "RequiredGameMode": "Adventure"
    }
  },
  "Failed": "Block_Secondary"
}