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 - 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
|