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:
		| @@ -333,10 +333,10 @@ minetest.register_craft({ | |||||||
| -- | -- | ||||||
|  |  | ||||||
| minetest.register_craft( { | minetest.register_craft( { | ||||||
|         output = "homedecor:skylight 9", |         output = "homedecor:skylight 4", | ||||||
|         recipe = {  |         recipe = {  | ||||||
| 		{ "default:glass", "default:glass" }, | 		{ "homedecor:glass_table_large", "homedecor:glass_table_large" }, | ||||||
| 		{ "default:glass", "default:glass" }, | 		{ "homedecor:glass_table_large", "homedecor:glass_table_large" }, | ||||||
|         }, |         }, | ||||||
| }) | }) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user