moreblocks/init.lua

17 lines
546 B
Lua
Raw Permalink Normal View History

2014-03-09 01:38:18 -08:00
--[[
2015-01-12 08:46:22 -08:00
=====================================================================
2014-12-27 11:30:19 -08:00
** More Blocks **
By Calinou, with the help of ShadowNinja and VanessaE.
2019-12-31 19:09:24 -08:00
Copyright © 2011-2020 Hugo Locurcio and contributors.
Licensed under the zlib license. See LICENSE.md for more information.
2015-01-12 08:46:22 -08:00
=====================================================================
2014-03-09 01:38:18 -08:00
--]]
moreblocks = {}
local modpath = minetest.get_modpath("moreblocks")
2021-11-13 17:14:19 -08:00
moreblocks.S = minetest.get_translator("moreblocks")
dofile(modpath .. "/config.lua")
dofile(modpath .. "/stairsplus/init.lua")