mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-05-10 20:50:22 +02:00
renamed files to init.lua
This commit is contained in:
parent
4585c039cf
commit
735f1967f7
4
init.lua
4
init.lua
@ -183,10 +183,10 @@ if pipeworks.enable_redefines and (minetest.get_modpath("default") or minetest.g
|
||||
dofile(pipeworks.modpath.."/compat-furnaces.lua")
|
||||
end
|
||||
if pipeworks.enable_redefines and minetest.get_modpath("mcl_barrels") then
|
||||
dofile(pipeworks.modpath.."/mcl-barrels.lua")
|
||||
dofile(pipeworks.modpath.."/mcl_barrels.lua")
|
||||
end
|
||||
if pipeworks.enable_redefines and minetest.get_modpath("mcl_furnaces") then
|
||||
dofile(pipeworks.modpath.."/mcl-furnaces.lua")
|
||||
dofile(pipeworks.modpath.."/mcl_furnaces.lua")
|
||||
end
|
||||
if pipeworks.enable_autocrafter then
|
||||
dofile(pipeworks.modpath.."/autocrafter.lua")
|
||||
|
Loading…
x
Reference in New Issue
Block a user