dashboard
repositories
filestore
activity
search
login
game
/
technic
mod technic
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Make power distribution more efficient.
Novatux
2013-08-29
f4ac2b8c1ef97a8adf29501f5599fb8adb4df00c
[game/technic.git]
/
technic
/
machines
/
other
/
init.lua
1
2
3
4
5
6
local path = technic.modpath.."/machines/other"
-- mesecons and tubes related
dofile(path.."/injector.lua")
dofile(path.."/constructor.lua")
dofile(path.."/frames.lua")