Tweaked recipe for TV (now requires glowglass instead of plain glass)

This commit is contained in:
Vanessa Ezekowitz 2012-10-01 20:43:01 -04:00
parent b5a349d5f8
commit c5bab03146
1 changed files with 1 additions and 1 deletions

View File

@ -838,7 +838,7 @@ minetest.register_craft( {
output = 'homedecor:television',
recipe = {
{ 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting', 'homedecor:plastic_sheeting' },
{ 'homedecor:plastic_sheeting', 'default:glass', 'homedecor:plastic_sheeting' },
{ 'homedecor:plastic_sheeting', 'moreblocks:glowglass', 'homedecor:plastic_sheeting' },
{ 'homedecor:ic', 'homedecor:ic', 'homedecor:ic' },
},
})