aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-03-11 22:54:22 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-03-11 22:54:22 +0000
commitb0ab01ef6b715cafb12ecb2aa844a29c59c8a027 (patch)
treeeaf1f78df067f610e54c2a5a0794f04922653b2e /data
parent27d85f0cda4d6f71a5a8eab8f416f29f01602b38 (diff)
Update styles, add task type icons
Diffstat (limited to 'data')
-rw-r--r--data/taskDefinitions.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/taskDefinitions.json b/data/taskDefinitions.json
index 443493c..92b728f 100644
--- a/data/taskDefinitions.json
+++ b/data/taskDefinitions.json
@@ -2,6 +2,10 @@
"taskTypes": {
"blockbreak": {
"description": "Break a set amount of blocks.",
+ "icon": {
+ "style": "fas",
+ "name": "trowel"
+ },
"configuration": {
"amount": {
"type": "number",
@@ -61,6 +65,10 @@
},
"blockplace": {
"description": "Place a set amount of blocks.",
+ "icon": {
+ "style": "fas",
+ "name": "building-columns"
+ },
"configuration": {
"amount": {
"type": "number",
@@ -92,6 +100,10 @@
},
"inventory": {
"description": "Obtain a set amount of items.",
+ "icon": {
+ "style": "fas",
+ "name": "boxes-stacked"
+ },
"configuration": {
"amount": {
"type": "number",