4394beec6a
Integrated into the game is most of minetest_game as the stable base
7 lines
186 B
Lua
7 lines
186 B
Lua
local modpath = minetest.get_modpath("building_blocks")
|
|
|
|
dofile(modpath.."/alias.lua")
|
|
dofile(modpath.."/node_stairs.lua")
|
|
dofile(modpath.."/others.lua")
|
|
dofile(modpath.."/recipes.lua")
|