master
crazyginger72 2014-06-28 14:31:37 -04:00
parent 75f3700863
commit fb4f6331e6
1 changed files with 3 additions and 1 deletions

View File

@ -100,4 +100,6 @@ end
local MODPATH = minetest.get_modpath("computer");
dofile(MODPATH.."/computers.lua");
dofile(MODPATH.."/miscitems.lua");
dofile(MODPATH.."/recipes.lua");
dofile(MODPATH.."/recipes.lua");