move all of the gaming-specific items into their own file

This commit is contained in:
Vanessa Dannenberg
2021-03-02 03:09:13 -05:00
parent 3b5b6adfda
commit 0e8a213185
3 changed files with 65 additions and 61 deletions

View File

@ -95,5 +95,5 @@ local MODPATH = minetest.get_modpath("computers")
dofile(MODPATH.."/computers.lua")
dofile(MODPATH.."/printers.lua")
dofile(MODPATH.."/recipes.lua")
dofile(MODPATH.."/tetris.lua")
dofile(MODPATH.."/gaming.lua")
dofile(MODPATH.."/aliases.lua")