From 1adddcd49219412ef5203e5cb8ce87e60575fd21 Mon Sep 17 00:00:00 2001
From: SmallJoker <st.rentsch@hotmail.com>
Date: Thu, 6 Feb 2014 20:42:01 +0100
Subject: [PATCH] Freeminer support

---
 init.lua | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/init.lua b/init.lua
index 221d59d..e6d182d 100644
--- a/init.lua
+++ b/init.lua
@@ -1,6 +1,10 @@
 --Created by Krock for the BitChange mod
 local mod_path = minetest.get_modpath("bitchange")
 
+if freeminer then
+	minetest = freeminer
+end
+
 dofile(mod_path.."/config.txt")
 dofile(mod_path.."/minecoins.lua")
 if(bitchange_use_moreores_tin or bitchange_use_technic_zinc or bitchange_use_gold) then
-- 
GitLab