minetest_element_exchange/init.lua

6 lines
180 B
Lua
Raw Normal View History

2021-08-25 18:01:36 +02:00
local default_path = minetest.get_modpath("element_exchange")
2021-08-26 14:52:15 +02:00
dofile(default_path.."/constructor.lua")
2021-08-25 18:01:36 +02:00
dofile(default_path.."/deconstructor.lua")
dofile(default_path.."/orb.lua")