-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.lua
22 lines (18 loc) · 1.27 KB
/
init.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- cryptocoins by MilesDyson +
-- +
-- LICENSE: WTFPL DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE; applies to all parts, +
-- Including all images. +
-- +
-- email me at milesdsn@zoho.com +
--++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
dofile(minetest.get_modpath("cryptocoins").."/isp.lua")
dofile(minetest.get_modpath("cryptocoins").."/router.lua")
dofile(minetest.get_modpath("cryptocoins").."/home_pc.lua")
dofile(minetest.get_modpath("cryptocoins").."/game_pc.lua")
dofile(minetest.get_modpath("cryptocoins").."/alien_pc.lua")
dofile(minetest.get_modpath("cryptocoins").."/items.lua")
dofile(minetest.get_modpath("cryptocoins").."/crafts.lua")
dofile(minetest.get_modpath("cryptocoins").."/modrecipes.lua")
-- dofile(minetest.get_modpath("cryptocoins").."/shop.lua")
print("cryptocoins mod loaded!")