Sap_Shunt_Success
Server/Item/Interactions/Tools/Sap_Shunt_Success.json, 403 B
Fields
| Field | Type |
|---|---|
Type | string |
BlockTypeToPlace | string |
RemoveItemInHand | boolean |
Effects | object |
RunTime | number |
Source
{
"Type": "PlaceBlock",
"BlockTypeToPlace": "Tree_Sap_Glob",
"RemoveItemInHand": true,
"Effects": {
"ItemAnimationId": "SwingLeft",
"Particles": [
{
"SystemId": "Seed_Place_Dust",
"Color": "#b4a389",
"TargetEntityPart": "PrimaryItem"
}
],
"LocalSoundEventId": "SFX_Mud_Break",
"WorldSoundEventId": "SFX_Mud_Break"
},
"RunTime": 0.15
}