beauty_pack/vanity/init.lua

19 lines
306 B
Lua

--
-- vanity
-- License:GPLv3
--
local modname = "vanity"
local modpath = minetest.get_modpath(modname)
-- internationalization boilerplate
local S = minetest.get_translator(minetest.get_current_modname())
--
-- Vanity Mod
--
vanity = {}
-- Load the files
assert(loadfile(modpath .. "/vanity.lua"))(S)