This repository has been archived on 2020-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
formspeclib/init.lua

12 lines
341 B
Lua

--
-- formspeclib - Better and easier formspecs for Minetest
-- Version 0.1
--
-- © 2017 by luk3yx
--
local path = minetest.get_modpath('formspeclib')
dofile(path .. '/core.lua') -- formspeclib core
dofile(path .. '/objects.lua') -- Default formspeclib objects
dofile(path .. '/extras.lua') -- Easy to use pre-baked formspec chunks