Michal Cieslakiewicz acef5d8283 minertools: personal mining computer (PMC) added.
This device is 3-in-1, it combines geothermometer,
mineral scanner and mineral finder in one compartment
while retaining each device's characteristics.
Double right-click to change device mode.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2018-10-05 23:23:57 +02:00

10 lines
436 B
Lua

-- This mod adds Miner's Electronic Tools
-- (c) Micu 2018
dofile(minetest.get_modpath("minertools").."/functions.lua")
dofile(minetest.get_modpath("minertools").."/mining_chip.lua")
dofile(minetest.get_modpath("minertools").."/geothermometer.lua")
dofile(minetest.get_modpath("minertools").."/mineralscanner.lua")
dofile(minetest.get_modpath("minertools").."/mineralfinder.lua")
dofile(minetest.get_modpath("minertools").."/pmc.lua")