Cat Sit On Block
A goal that allows a cat to sit on a block.
Type ID: ra_additions:cat_sit_on_block
Fields
| Field | Type | Default | Description |
|---|---|---|---|
priority |
Int | optional | The priority of the goal, the lower, the more important. |
speed |
Double | optional | The speed that the cat will move to the block at. |
Example
{
"type": "ra_additions:cat_sit_on_block",
"priority": 0,
"speed": 1
}