From 3599a63e8c693fcb99e1eb75de8b3996d09dc6cb Mon Sep 17 00:00:00 2001 From: Snorre Selmer Date: Tue, 11 Oct 2022 22:57:38 +0200 Subject: [PATCH] Added item-description at the top --- auto_arc_furnace.ic10 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/auto_arc_furnace.ic10 b/auto_arc_furnace.ic10 index 658f8ff..f33572c 100644 --- a/auto_arc_furnace.ic10 +++ b/auto_arc_furnace.ic10 @@ -1,3 +1,5 @@ +# It needs an Arc Furnace, that's all! + alias Furnace d0 alias ImportOccupied r0 @@ -15,4 +17,4 @@ j start run: bgtz Active start # already running = go to start s Furnace Activate 1 -j start \ No newline at end of file +j start