make OgelGames happy

This commit is contained in:
unknown
2021-12-26 12:22:40 -05:00
parent 6f9a27ff05
commit 1ce0533672
2 changed files with 6 additions and 2 deletions

View File

@ -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
if minetest.get_modpath("default") and minetest.get_modpath("basic_materials") then
dofile(MODPATH.."/recipes.lua")
end