mychisel/init.lua
2015-08-24 05:56:48 -07:00

15 lines
331 B
Lua

mycorners = {}
dofile(minetest.get_modpath("mychisel").."/chisel.lua")
dofile(minetest.get_modpath("mychisel").."/horizontal_nodes.lua")
dofile(minetest.get_modpath("mychisel").."/point_nodes.lua")
dofile(minetest.get_modpath("mychisel").."/vertical_nodes.lua")
dofile(minetest.get_modpath("mychisel").."/cross_nodes.lua")