mirror of
https://github.com/sirrobzeroone/elepower.git
synced 2024-11-05 06:43:51 +01:00
9 lines
214 B
Lua
9 lines
214 B
Lua
-- A Elepower Mod
|
|
-- Copyright 2018 Evert "Diamond" Prants <evert@lunasqu.ee>
|
|
|
|
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
|
|
|
elefarm = rawget(_G, "elefarm") or {}
|
|
elefarm.modpath = modpath
|
|
|