From d0efa15b983f7a0a96e1a7abcdad713715dfeeeb Mon Sep 17 00:00:00 2001
From: Zefram <zefram@fysh.org>
Date: Mon, 18 Aug 2014 16:14:15 +0200
Subject: [PATCH] In quarry, skip past undiggable nodes

---
 technic/machines/other/init.lua |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/technic/machines/other/init.lua b/technic/machines/other/init.lua
index 1499985..27a47d5 100644
--- a/technic/machines/other/init.lua
+++ b/technic/machines/other/init.lua
@@ -6,3 +6,4 @@
 if minetest.get_modpath("mesecons_mvps") ~= nil then
 	dofile(path.."/frames.lua")
 end
+dofile(path.."/anchor.lua")

--
Gitblit v1.8.0