mirror of
https://github.com/minetest-mods/technic.git
synced 2024-11-15 06:50:41 +01:00
13 lines
345 B
Lua
13 lines
345 B
Lua
local path = technic.modpath.."/machines/register"
|
|
|
|
dofile(path.."/alloy_furnace.lua")
|
|
dofile(path.."/battery_box.lua")
|
|
dofile(path.."/cables.lua")
|
|
dofile(path.."/common.lua")
|
|
dofile(path.."/electric_furnace.lua")
|
|
dofile(path.."/grinder.lua")
|
|
dofile(path.."/grinder_recipes.lua")
|
|
dofile(path.."/solar_array.lua")
|
|
dofile(path.."/generator.lua")
|
|
|