Add mods: technic, moreores, paintings, Nyancat (Pbj_pup). Small fix: sandwiches
This commit is contained in:
parent
15e8e696a2
commit
fb09deddc1
1404 changed files with 156555 additions and 211 deletions
12
mods/technic_plus_beta/technic/machines/other/init.lua
Normal file
12
mods/technic_plus_beta/technic/machines/other/init.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
local path = technic.modpath.."/machines/other"
|
||||
|
||||
-- Mesecons and tubes related
|
||||
dofile(path.."/injector.lua")
|
||||
dofile(path.."/constructor.lua")
|
||||
|
||||
-- Coal-powered machines
|
||||
dofile(path.."/coal_alloy_furnace.lua")
|
||||
dofile(path.."/coal_furnace.lua")
|
||||
|
||||
-- Force-loading
|
||||
dofile(path.."/anchor.lua")
|
Loading…
Add table
Add a link
Reference in a new issue