From 735f1967f7d6cd0a1d6fb6147d64c2e68e417cb7 Mon Sep 17 00:00:00 2001 From: Freeman Date: Wed, 23 Aug 2023 12:18:56 +0200 Subject: [PATCH] renamed files to init.lua --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index ce89f24..21b184d 100644 --- a/init.lua +++ b/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")