2021-09-06 16:43:50 +02:00
|
|
|
# Install Object
|
|
|
|
|
|
|
|
```json
|
|
|
|
{
|
2022-08-26 21:56:07 +02:00
|
|
|
"action": "move",
|
2021-09-06 16:43:50 +02:00
|
|
|
"args": ["./mods"]
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
## Required properties
|
|
|
|
|
2022-08-26 21:56:07 +02:00
|
|
|
### action
|
2021-09-06 16:43:50 +02:00
|
|
|
|
2022-08-26 21:56:07 +02:00
|
|
|
This is the [install action](../concepts/install.md), which should be used at this installation step.
|
2021-09-06 16:43:50 +02:00
|
|
|
|
|
|
|
## Optional properties
|
|
|
|
|
|
|
|
### args
|
|
|
|
|
2022-08-26 21:56:07 +02:00
|
|
|
This is an array of arguments for the [install action](../concepts/install.md). Each of them takes other arguments.
|