forked from mtcontrib/homedecor_modpack
use large glass tabletops to form glass skylights
instead of crafting them from glass blocks
This commit is contained in:
parent
bf3179083a
commit
fe6a5e1a84
@ -333,10 +333,10 @@ minetest.register_craft({
|
||||
--
|
||||
|
||||
minetest.register_craft( {
|
||||
output = "homedecor:skylight 9",
|
||||
output = "homedecor:skylight 4",
|
||||
recipe = {
|
||||
{ "default:glass", "default:glass" },
|
||||
{ "default:glass", "default:glass" },
|
||||
{ "homedecor:glass_table_large", "homedecor:glass_table_large" },
|
||||
{ "homedecor:glass_table_large", "homedecor:glass_table_large" },
|
||||
},
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user