Implement copper cable

This commit is contained in:
2023-03-11 16:52:51 +01:00
parent 9d89c588ee
commit 4e7499279c
5 changed files with 126 additions and 32 deletions

View File

@@ -34,3 +34,4 @@ dofile(modpath.."/nodes.lua")
if industrialtest.developerMode then
dofile(modpath.."/utils.lua")
end
dofile(modpath.."/cables.lua")