15 lines
331 B
Lua
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")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|