Hand-merged "slopes" branch, with minor recipe changes.

Also changed all single quotes ' to double quotes " in crafts.lua
This commit is contained in:
Vanessa Ezekowitz
2013-05-07 01:49:22 -04:00
parent 20787ffe8a
commit 8df6442311
24 changed files with 616 additions and 314 deletions

View File

@ -70,6 +70,7 @@ dofile(minetest.get_modpath("homedecor").."/tables.lua")
dofile(minetest.get_modpath("homedecor").."/electronics.lua")
dofile(minetest.get_modpath("homedecor").."/shutters.lua")
dofile(minetest.get_modpath("homedecor").."/shingles.lua")
dofile(minetest.get_modpath("homedecor").."/slopes.lua")
dofile(minetest.get_modpath("homedecor").."/door_models.lua")
dofile(minetest.get_modpath("homedecor").."/doors_and_gates.lua")