Watering_Can_Use
Server/Item/RootInteractions/Tools/Watering_Can_Use.json, 570 B
Fields
| Field | Type |
|---|---|
Settings | object |
Interactions | array[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"
}
]
}