From 6dc79ea4c46dc6ef96522e686bf012cc777b942e Mon Sep 17 00:00:00 2001 From: Olav Bakke Svendsen Date: Thu, 30 May 2024 15:26:41 +0200 Subject: [PATCH] Added instructions to skystone drill gui --- skystone/stock-redstone.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/skystone/stock-redstone.lua b/skystone/stock-redstone.lua index 05f2532..d41268c 100644 --- a/skystone/stock-redstone.lua +++ b/skystone/stock-redstone.lua @@ -108,6 +108,21 @@ local status = function() term.blit("offline" ,"7777777", "fffffff") end + term.setCursorPos(1,9) + term.setTextColor(colors.gray) + print("Make sure the toggle switch is on. This enables") + print("drilling. Click start to trigger a drilling cycle.") + print("When the carriage returns, it triggers another") + print("cycle (immediately or when needed)") + print("Status messages explanation:") + print(" offline: drills will not drill.") + print(" standing by: waiting until lower limit reaced") + print(" before continuing to drill") + print(" working: drilling until upper limit reached.") + print(" stopped: something is wrong.") + term.setTextColor(colors.white) + + end local events = {} -- 2.30.2