Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Interactions / Block / Condition_Fill_Mug.json

Condition_Fill_Mug

Server/Item/Interactions/Block/Condition_Fill_Mug.json, 217 B

Fields

FieldType
Typestring
Crouchingboolean
Nextobject
Failedstring

Source

{
  "Type": "Condition",
  "Crouching": false,
  "Next": {
    "Type": "Replace",
    "DefaultValue": {
      "Interactions": [
        "Mug_Fill"
      ]
    },
    "Var": "Fill"
  },
  "Failed": "Block_Secondary"
}