Better selection boxes and inventory textures for shingles and skylights.

Also added frosted glass skylight
This commit is contained in:
Vanessa Ezekowitz
2013-04-29 03:08:36 -04:00
parent ac25d1b851
commit 9dd2b5763c
8 changed files with 62 additions and 17 deletions

View File

@ -394,6 +394,18 @@ minetest.register_craft( {
},
})
minetest.register_craft( {
type = "shapeless",
output = 'homedecor:skylight',
recipe = { 'homedecor:skylight_frosted' },
})
minetest.register_craft( {
type = "shapeless",
output = 'homedecor:skylight_frosted',
recipe = { 'homedecor:skylight' },
})
-- Various colors of shutters
minetest.register_craft( {