1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-01 06:10:25 +02:00

Added Microwave Oven

This commit is contained in:
Diego Martínez
2013-04-05 07:00:34 -03:00
parent c07d4c2199
commit 38f3ee8ac7
9 changed files with 222 additions and 0 deletions

View File

@ -75,6 +75,7 @@ dofile(minetest.get_modpath("homedecor").."/lighting.lua")
dofile(minetest.get_modpath("homedecor").."/kitchen_cabinet.lua")
dofile(minetest.get_modpath("homedecor").."/refrigerator.lua")
dofile(minetest.get_modpath("homedecor").."/oven.lua")
dofile(minetest.get_modpath("homedecor").."/microwave_oven.lua")
dofile(minetest.get_modpath("homedecor").."/nightstands.lua")
dofile(minetest.get_modpath("homedecor").."/crafts.lua")