Skip to content

Commit e7cc399

Browse files
committed
Split CNC materials into separate files
1 parent b3ee83f commit e7cc399

File tree

9 files changed

+480
-416
lines changed

9 files changed

+480
-416
lines changed

technic_cnc/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ if use_pipeworks then technic_cnc.pipeworks = dofile(technic_cnc.modpath.."/pipe
3535
technic_cnc.formspec = dofile(technic_cnc.modpath .. "/formspec.lua")
3636
dofile(technic_cnc.modpath .. "/programs.lua")
3737
dofile(technic_cnc.modpath .. "/api.lua")
38-
dofile(technic_cnc.modpath .. "/materials.lua")
38+
dofile(technic_cnc.modpath .. "/materials/init.lua")
3939
dofile(technic_cnc.modpath .. "/cnc.lua")

0 commit comments

Comments
 (0)