mycoins/init.lua

23 lines
1.2 KiB
Lua
Raw Permalink Normal View History

2015-04-16 08:58:51 -07:00
--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2015-04-28 21:13:26 -07:00
-- mycoins by MilesDyson +
2015-04-16 08:58:51 -07:00
-- +
-- LICENSE: WTFPL DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE; applies to all parts, +
-- Including all images. +
-- +
2015-04-28 21:13:26 -07:00
-- email me at milesdsn@zoho.com +
2015-04-16 08:58:51 -07:00
--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2015-05-06 10:19:15 -07:00
dofile(minetest.get_modpath("mycoins").."/isp.lua")
dofile(minetest.get_modpath("mycoins").."/router.lua")
dofile(minetest.get_modpath("mycoins").."/home_pc.lua")
dofile(minetest.get_modpath("mycoins").."/game_pc.lua")
dofile(minetest.get_modpath("mycoins").."/alien_pc.lua")
2015-04-16 08:58:51 -07:00
dofile(minetest.get_modpath("mycoins").."/items.lua")
dofile(minetest.get_modpath("mycoins").."/crafts.lua")
dofile(minetest.get_modpath("mycoins").."/modrecipes.lua")
2015-04-28 21:13:26 -07:00
-- dofile(minetest.get_modpath("mycoins").."/shop.lua")
2015-04-16 08:58:51 -07:00
print("mycoins mod loaded!")