Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / RootInteractions / Tools / Watering_Can_Use.json

Watering_Can_Use

Server/Item/RootInteractions/Tools/Watering_Can_Use.json, 570 B

Fields

FieldType
Settingsobject
Interactionsarray[1]

Source

{
  "Settings": {
    "Adventure": {
      "Cooldown": {
        "Id": "BlockInteraction",
        "Cooldown": 0.01
      }
    },
    "Creative": {
      "Cooldown": {
        "Id": "BlockInteraction_Creative",
        "Cooldown": 0.01,
        "ClickBypass": true
      }
    }
  },
  "Interactions": [
    {
      "Type": "FirstClick",
      "Click": {
        "Type": "Simple",
        "RunTime": 0.3,
        "Effects": {
          "ItemAnimationId": "Water"
        },
        "Next": "Watering_Can_Use"
      },
      "Held": "Watering_Can_Use_Charge"
    }
  ]
}