mirror of
https://github.com/Emojigit/technic_cnc_improve.git
synced 2024-11-19 22:13:42 +01:00
7 lines
176 B
Lua
7 lines
176 B
Lua
local modname = minetest.get_current_modname()
|
|
local path = minetest.get_modpath(modname)
|
|
|
|
dofile(path.."/cnc.lua")
|
|
dofile(path.."/cnc_api.lua")
|
|
dofile(path.."/cnc_nodes.lua")
|