1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-06 08:30:21 +02:00

Add decorative window-unit air conditioner

also, renamed nodes.lua -> misc_nodes.lua
This commit is contained in:
Vanessa Ezekowitz
2013-06-29 01:38:37 -04:00
parent dbf3cb27f4
commit aedbcf5fde
6 changed files with 25 additions and 1 deletions

View File

@ -69,7 +69,7 @@ else
homedecor_expect_infinite_stacks = true
end
dofile(minetest.get_modpath("homedecor").."/nodes.lua") -- the catch-all for all misc nodes
dofile(minetest.get_modpath("homedecor").."/misc_nodes.lua") -- the catch-all for all misc nodes
dofile(minetest.get_modpath("homedecor").."/tables.lua")
dofile(minetest.get_modpath("homedecor").."/electronics.lua")
dofile(minetest.get_modpath("homedecor").."/shutters.lua")