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