forked from mtcontrib/homedecor_modpack
Tweaked recipe for TV (now requires glowglass instead of plain glass)
This commit is contained in:
parent
b5a349d5f8
commit
c5bab03146
@ -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' },
|
||||
},
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user