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

split printer into separate file

This commit is contained in:
Vanessa Dannenberg
2019-08-21 06:36:19 -04:00
parent f90834ff06
commit 67f2065408
3 changed files with 29 additions and 27 deletions

View File

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