Place_Drag
Server/Item/Interactions/Place_Drag.json, 164 B
Fields
| Field | Type |
|---|---|
Type | string |
MaxBlocksPerTick | number |
MaxBlocksPerGesture | number |
ForkInteractions | object |
Source
{
"Type": "DragPlaceBlock",
"MaxBlocksPerTick": 4,
"MaxBlocksPerGesture": 512,
"ForkInteractions": {
"Interactions": [
"Place_Single"
]
}
}