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:
2
init.lua
2
init.lua
@ -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")
|
||||
|
Reference in New Issue
Block a user