SmallJoker
2024-08-03 9f373d65281836b1bbfb0069707a8eaa1aeb0c53
commit | author | age
dc0689 1 local modpath = minetest.get_modpath("technic_cnc")
VD 2
3 technic_cnc = {}
4
d40946 5 technic_cnc.technic_modpath = minetest.get_modpath("technic")
ba2bdf 6 technic_cnc.getter = minetest.get_translator("technic_cnc")
d40946 7
VD 8 technic_cnc.use_technic = technic_cnc.technic_modpath
9                           and minetest.settings:get_bool("technic_cnc_use_technic") ~= false
10
dc0689 11
VD 12 dofile(modpath.."/cnc.lua")
13 dofile(modpath.."/cnc_api.lua")
14 dofile(modpath.."/cnc_materials.lua")