From 9087abcde029b12a8d21f90bf71fdf85ecff7d86 Mon Sep 17 00:00:00 2001
From: Tim <t4im@users.noreply.github.com>
Date: Fri, 30 Jan 2015 05:09:21 +0100
Subject: [PATCH] add centrifuge recipe for wheat

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

diff --git a/technic/tools/init.lua b/technic/tools/init.lua
index 60327a5..b8d9127 100644
--- a/technic/tools/init.lua
+++ b/technic/tools/init.lua
@@ -13,6 +13,7 @@
 dofile(path.."/chainsaw.lua")
 dofile(path.."/tree_tap.lua")
 dofile(path.."/sonic_screwdriver.lua")
+dofile(path.."/prospector.lua")
 
 if minetest.get_modpath("screwdriver") then
 	-- compatibility alias

--
Gitblit v1.8.0