1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-16 04:30:23 +02:00

combine chimney, roof shingles and roof slopes into roofing.lua

This commit is contained in:
Tim
2015-08-16 19:58:35 +02:00
parent 518d1432f6
commit 7d07e81a8c
4 changed files with 61 additions and 81 deletions

View File

@ -98,8 +98,8 @@ dofile(modpath.."/misc-nodes.lua") -- the catch-all for all misc nodes
dofile(modpath.."/tables.lua")
dofile(modpath.."/electronics.lua")
dofile(modpath.."/shutters.lua")
dofile(modpath.."/shingles.lua")
dofile(modpath.."/slopes.lua")
dofile(modpath.."/roofing.lua")
dofile(modpath.."/foyer.lua")