-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit.lua
More file actions
22 lines (16 loc) · 712 Bytes
/
init.lua
File metadata and controls
22 lines (16 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--[[
.:::. .:::. love_mod
:::::::.::::::: by: crazyginger72 (Ginger Pollard)
::::::::::::::: ver: 1.0 2014
':::::::::::::'
':::::::::' This mod was made for someone very special
':::::' to me, my truest friend in the world and
':' the nicest person I ever have meet!
*****shadowzone*****
see README.txt for instruction, description, warnings and license.
]]--
love_mod = {}
dofile(minetest.get_modpath("love_mod").."/crafts.lua")
dofile(minetest.get_modpath("love_mod").."/nodes.lua")
dofile(minetest.get_modpath("love_mod").."/tools.lua")
dofile(minetest.get_modpath("love_mod").."/trees.lua")