mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-05-11 21:30: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")
|
dofile(pipeworks.modpath.."/compat-furnaces.lua")
|
||||||
end
|
end
|
||||||
if pipeworks.enable_redefines and minetest.get_modpath("mcl_barrels") then
|
if pipeworks.enable_redefines and minetest.get_modpath("mcl_barrels") then
|
||||||
dofile(pipeworks.modpath.."/mcl-barrels.lua")
|
dofile(pipeworks.modpath.."/mcl_barrels.lua")
|
||||||
end
|
end
|
||||||
if pipeworks.enable_redefines and minetest.get_modpath("mcl_furnaces") then
|
if pipeworks.enable_redefines and minetest.get_modpath("mcl_furnaces") then
|
||||||
dofile(pipeworks.modpath.."/mcl-furnaces.lua")
|
dofile(pipeworks.modpath.."/mcl_furnaces.lua")
|
||||||
end
|
end
|
||||||
if pipeworks.enable_autocrafter then
|
if pipeworks.enable_autocrafter then
|
||||||
dofile(pipeworks.modpath.."/autocrafter.lua")
|
dofile(pipeworks.modpath.."/autocrafter.lua")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user