noncubic/init.lua

14 lines
389 B
Lua

--NonCubic Blocks
--by yves_de_beck
--reinvented by bas080
noncubic = {}
detail_level = 8
--dofile(minetest.get_modpath("noncubic").."/mill.lua")
dofile(minetest.get_modpath("noncubic").."/api.lua")
dofile(minetest.get_modpath("noncubic").."/stairsplus.lua")
dofile(minetest.get_modpath("noncubic").."/register.lua")
--for testing
--dofile(minetest.get_modpath("noncubic").."/demo.lua")