From 1ce05336722d120641ce4dfb64e19c8478b6abb7 Mon Sep 17 00:00:00 2001 From: unknown <24964441+wsor4035@users.noreply.github.com> Date: Sun, 26 Dec 2021 12:22:40 -0500 Subject: [PATCH] make OgelGames happy --- computers/init.lua | 4 +++- home_workshop_misc/init.lua | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/computers/init.lua b/computers/init.lua index 3bdfd9b..e3cc6d1 100644 --- a/computers/init.lua +++ b/computers/init.lua @@ -96,4 +96,6 @@ dofile(MODPATH.."/computers.lua") dofile(MODPATH.."/gaming.lua") dofile(MODPATH.."/aliases.lua") -if minetest.get_modpath("default") and minetest.get_modpath("basic_materials") then dofile(MODPATH.."/recipes.lua") end \ No newline at end of file +if minetest.get_modpath("default") and minetest.get_modpath("basic_materials") then + dofile(MODPATH.."/recipes.lua") +end \ No newline at end of file diff --git a/home_workshop_misc/init.lua b/home_workshop_misc/init.lua index 8e80a8b..6d9414a 100644 --- a/home_workshop_misc/init.lua +++ b/home_workshop_misc/init.lua @@ -96,7 +96,9 @@ else end local MODPATH = minetest.get_modpath("home_workshop_misc") -if minetest.get_modpath("default") and minetest.get_modpath("basic_materials") then dofile(MODPATH.."/crafts.lua") end +if minetest.get_modpath("default") and minetest.get_modpath("basic_materials") then + dofile(MODPATH.."/crafts.lua") +end minetest.register_alias("homedecor:tool_cabinet", "home_workshop_misc:tool_cabinet") minetest.register_alias("homedecor:tool_cabinet_bottom", "home_workshop_misc:tool_cabinet")