7 lines
189 B
Lua
7 lines
189 B
Lua
|
|
|
|
--dofile(minetest.get_modpath("marsdoors") .. "/functions.lua")
|
|
dofile(minetest.get_modpath("marsdoors") .. "/nodes.lua")
|
|
dofile(minetest.get_modpath("marsdoors") .. "/craft.lua")
|
|
|