mrg dep removal pass 1

This commit is contained in:
unknown
2021-12-04 23:51:15 -05:00
parent 0664552799
commit 35a3be337d
6 changed files with 14 additions and 13 deletions

View File

@ -93,6 +93,7 @@ end
local MODPATH = minetest.get_modpath("computers")
dofile(MODPATH.."/computers.lua")
dofile(MODPATH.."/recipes.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