diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-03-12 23:18:23 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-03-12 23:18:23 +0000 |
| commit | a072c91cc0dc26e417c51f666e8547e08ef40942 (patch) | |
| tree | 1a7296d2acb9038b1928cc1f0f5a08aa6b92b222 /data | |
| parent | a4052ffee8bc7c6c8a69eba5120b5c6c2d951b0f (diff) | |
Add import from file system
Diffstat (limited to 'data')
| -rw-r--r-- | data/taskDefinitions.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/taskDefinitions.json b/data/taskDefinitions.json index 92b728f..c8dce80 100644 --- a/data/taskDefinitions.json +++ b/data/taskDefinitions.json @@ -1,4 +1,8 @@ { + "aliases": { + "blockbreakcertain": "blockbreak", + "blockplacecertain": "blockplace" + }, "taskTypes": { "blockbreak": { "description": "Break a set amount of blocks.", |
