elepower/elepower_mining/init.lua

14 lines
310 B
Lua
Raw Normal View History

2019-11-23 22:00:31 +00:00
-- An Elepower Mod
-- Copyright 2018 Evert "Diamond" Prants <evert@lunasqu.ee>
local modpath = minetest.get_modpath(minetest.get_current_modname())
elemining = rawget(_G, "elemining") or {}
elemining.modpath = modpath
-- Nodes
dofile(modpath .. "/miner.lua")
2019-11-24 10:36:14 +00:00
-- Crafting
dofile(modpath .. "/crafting.lua")