Add glass shingles

Add glass shingles : https://cdn.mediacru.sh/DJDalHp5xuNp.jpg
Textures : http://mamadou3.free.fr/shingles_glass_textures.zip
This commit is contained in:
kilbith 2014-09-19 09:31:49 +02:00 committed by Diego Martinez
parent 5dd778cbdf
commit 9cc5853ccc
1 changed files with 9 additions and 0 deletions

View File

@ -284,3 +284,12 @@ homedecor.register_slope("homedecor", "terracotta",
"Terracotta Shingles"
)
homedecor.register_slope("homedecor", "glass",
"homedecor:shingles_glass",
{ snappy = 3 },
{
"homedecor_shingles_glass_top.png",
"homedecor_shingles_glass.png"
},
"Glass Shingles"
)