1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-15 20:20:28 +02:00

make "computer" mod depend on basic_materials

This commit is contained in:
Vanessa Dannenberg
2019-08-21 06:34:37 -04:00
parent d17ec1d978
commit f90834ff06
3 changed files with 1 additions and 69 deletions

View File

@ -94,6 +94,5 @@ end
local MODPATH = minetest.get_modpath("computer")
dofile(MODPATH.."/computers.lua")
dofile(MODPATH.."/miscitems.lua")
dofile(MODPATH.."/recipes.lua")
dofile(MODPATH.."/tetris.lua")