init.lua 186 B

1234567
  1. local modpath = minetest.get_modpath("building_blocks")
  2. dofile(modpath.."/alias.lua")
  3. dofile(modpath.."/node_stairs.lua")
  4. dofile(modpath.."/others.lua")
  5. dofile(modpath.."/recipes.lua")