Seed_Place
Server/Item/Interactions/Crops/Seed_Place.json, 389 B
Fields
| Field | Type |
|---|---|
Type | string |
BlockTypeToPlace | string |
RemoveItemInHand | boolean |
AllowDragPlacement | boolean |
Effects | object |
RunTime | number |
Source
{
"Type": "PlaceBlock",
"BlockTypeToPlace": "Rock_Stone",
"RemoveItemInHand": true,
"AllowDragPlacement": false,
"Effects": {
"ItemAnimationId": "Interact",
"LocalSoundEventId": "SFX_Seeds_Place",
"Particles": [
{
"SystemId": "Seed_Place_Dust",
"Color": "#b4a389",
"TargetEntityPart": "PrimaryItem"
}
]
},
"RunTime": 0.15
}