1
0
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:
Freeman 2023-08-23 12:18:56 +02:00
parent 4585c039cf
commit 735f1967f7

View File

@ -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")