From 503cf6c0e437005706bda47e777059d2498b29a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Tue, 18 Aug 2020 18:26:04 +0200 Subject: [PATCH] Mine: add shorturl to self --- turtles/mine.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/turtles/mine.lua b/turtles/mine.lua index 02d4382..9c0ba0b 100644 --- a/turtles/mine.lua +++ b/turtles/mine.lua @@ -1,3 +1,5 @@ +-- Short URL to raw: https://tiny.tobast.fr/cc_mineturtle + facing = 0 -- Direction towards mining shafts. Incr. clockwise. height = 0 -- At ground level, lowest mining level