From b0ab01ef6b715cafb12ecb2aa844a29c59c8a027 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Mon, 11 Mar 2024 22:54:22 +0000 Subject: Update styles, add task type icons --- data/taskDefinitions.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'data/taskDefinitions.json') 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", -- cgit v1.2.3-70-g09d2