From 4d94d1b69753ae2bd9c93508d4f07b0f1a98b477 Mon Sep 17 00:00:00 2001 From: saibotk Date: Wed, 29 Jul 2020 19:43:01 +0200 Subject: [PATCH] Add end dimension to default config --- files/config.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/files/config.json b/files/config.json index 105cd34..72f81d6 100644 --- a/files/config.json +++ b/files/config.json @@ -31,6 +31,13 @@ }, "force": false, "pins": true + }, + { + "name": "End", + "input dir": "/input", + "dimension": "END", + "force": false, + "pins": true } ] -} \ No newline at end of file +}